a:link
{
	color: rgb(0, 0, 200);
}
a:visited
{
	color: rgb(128, 128, 128);
}
a:active
{
	color: rgb(200, 0, 0);
}
a:hover
{
	background: rgb(235, 245, 255);
	color: rgb(200, 0, 0);
}
body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: rgb(0, 32, 96);
	color: rgb(51, 51, 51);
}
table
{
	background color: rgb(255, 255, 255);	
}
td
{
	font-family: Century Gothic, Arial, Helvetica;
	color: rgb(51, 51, 51);
}
p
{
	margin: 1em
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
	color: rgb(102, 102, 102);
}
