@charset "utf-8";
body {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003333;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.sub-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	
}
a {
	color: #FFFFFF;
}

p {
	margin-right: 15px;
	margin-left: 15px;
}
