a:link
{
	color: rgb(255, 255, 255);
}
a:visited
{
	color: rgb(240, 240, 240);
}
a:active
{
	color: rgb(200, 0, 0);
}
a:hover
{
	color: rgb(0,0,255);;
}
body
{
	font-family: Arial, Century Gothic, Helvetica; 
        background-color: #990000;
	color: rgb(255, 255, 255);
}
table
{
	background color: rgb(0, 0, 0);	
}
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);
}