/* Normal, standard links. */
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #EF5D2A;
	text-decoration: underline;
}
body, td, th, tr
{
	color: #FAFAFA;
	font-size: small;
	font-family: verdana, sans-serif;
}

