p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFCC;
}
body {
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18pt;
	color: #CCFFFF;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	color: #99CCFF;
	font-style: italic;
	font-weight: bold;
}.mainbody {
	background-color: #336699;
	background-position: center center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFCC;
	height: 80%;
	width: 80%;
	list-style-type: circle;
	border: thin ridge #000033;
	left: 10%;
	top: 10%;
	position: relative;
	text-align: left;
	margin: 10px;
	padding: 10px;
	bottom: 10%;
}
a:link {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}

