<style type="text/css">
body
{
background: black
}

td
{ 
color: white;
font-size: 10pt; 
}

A:link, A:active, A:visited
{
text-decoration: none;
color: white
}

A:hover
{
text-decoration: none;
color: black
}

A.nav:link, A.nav:active, A.nav:visited
{
font-family: verdana;
font-size: small;
text-decoration: none;
color: #828282
}

A.nav:hover
{
text-decoration: font-weight: bold;
color: white
}

