
body 
{
background-color: rgb(255,255,2555);
}


td
{
	color: black;
	font-family: Verdana;
	font-size:10px;
}

a:link
{
	color: #cc0000;
	font-family: Verdana;
	text-decoration: none;
}

a:visited
{
	color: #cc0000;
	font-family: Verdana;
	text-decoration: none;
}


a:hover 
{	
	color:red;
	text-decoration: underline;
}

