body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	background: #000066;
	text-align: center;
}
table#main {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	height: 100%;
	width: 90%;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000066;
}
#main a{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover{
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
table#content {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 100%;
	width: 75%;
	text-align: justify;
}
#content a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
#content a:hover {
	color: #CC0000;
	font-weight: bolder;
	text-decoration: underline;
}
table#header {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #CC0000;
	font-size: 17px;
	text-align: left;
	font-style: oblique;
	font-weight: bold;
	height: 100px;
	width: 100%;
}
table#bottomnavigation {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	color: #666666;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}
#bottomnavigation a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#bottomnavigation a:hover {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
}
table#topnavigation {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: none;
	text-align: left;
	font-size: 10px;
	height: 50px;
	width: 50px;
}
#topnavigation a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#topnavigation a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}
h1 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}