body {
	background-color: #000066;
}

body {
	color: #DEDECA;
}

td, th {
	color: #99CCCC;
}

h1 {
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	color: #FFFF00;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #FFFF00;
}

a:hover 
{
background-color: #999999;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
