﻿body 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: black;
	background-color: white;
}

td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: black;
	background-color: white;
}

a 
{
	color: black;
	text-decoration: bold;
}

a:active
{
	text-decoration: bold;
}

a:hover 
{
	color: #999999;
}

a:visited
{
	color: black;
	text-decoration: bold;
}

a:visited:hover
{
	color: #999999;
}