a:link, a:visited, a:active
{
	color: #FFFF99;
	text-decoration: underline;
}
a:hover, a:visited:hover, a:active:hover
{
	color: rgb(244,52,141);
}

body
{
	font-family: Arial, Century Gothic, Helvetica; 
	background-color: #000000;
	color: rgb(255, 255, 255);
	margin-top: 10px;
}
table
{
	background-color: rgb(27, 27, 94);	
}
td
{
	font-family: Arial, Century Gothic, Helvetica;
    color: rgb(255, 255, 255);
}
p
{
	margin: 1em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Century Gothic, Helvetica;
	color: rgb(255, 255, 255);
}