body
{
 background: gray;
 color: black;
 font-family: tahoma, sans-serif
}

table
{
 background: white;
 color: black;
 font-family: tahoma, sans-serif
}

a:link
{
 color: #336699;
 background: transparent;
 text-decoration: none;
}

a:visited
{
 color: #336699;
 background: transparent;
 text-decoration: none;
}

a:active
{
 color: #336699;
 background: transparent;
 text-decoration: underline;
}

a:hover
{
 color: #336699;
 background: transparent;
 text-decoration: underline;
}
