body {
	color : #FFFF00;
	background-color : #000066;
}
.header {
	border-bottom : 2px solid #D2D200;
	background-color : #0A0468;
}
table#main td {
	padding : 10px;
	vertical-align : top;
}
td#body {
	text-align : justify;
	vertical-align : text-top;
}
table#menu {
	background-color : #66CCFF;
}
table#menu td {
	padding : 0px;
	background-color : #0066CC;
}
.menu a {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	font-weight : bold;
	color : Yellow;
	width : 150px;
	padding : 4px;
	text-decoration : none;
}
.menu a:visited {
	color : Yellow;
	text-decoration : none;
}
.menu a:hover {
	color : #FFFF99;
	background-color : #CC9933;
	text-decoration : none;
}
h2 {
	color: #CC9966;
}
h3 {
	color : #CC9900;
}
.copyright {
	font-size : 11px;
	color : #CCCCCC;
}
.copyright a:link {
	color : #CCCCCC;
	text-decoration : none;
}
.copyright a:visited {
	color : #CCCCCC;
	text-decoration : none;
}
.copyright a:hover {
	color : White;
}
a {
	color : Yellow;
	text-decoration : none;
}
a:hover {
	color : #CCCC00;
	text-decoration : underline;
}