﻿body
{
	background: black;	
}

td.links
{
    font-family: Arial;
    font-size: 10pt;
    color: white;
}

td.current
{
    font-family: Arial;
    font-size: 10pt;
    color: #fda92d;
}

td.footer
{
	font-family: Arial;
	font-size: 9pt;
	color: gray;	
}

a:link { color: white; text-decoration: none }
a:active { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: #fda92d; text-decoration: underline }
