body
{
	background-color: #cc0000;
	font-family: Georgia;
	color: #ffffff;
	font-size: 10pt;
}

a:link
{
     color: #300000;
     text-decoration: underline;
}
a:visited
{
     color: #300000;
     text-decoration: underline;
}
a:hover
{
     color: #ffffff;
     background-color: #000000;
     text-decoration: none;
}