a:link
{
text-decoration: none;
color: white;
}
a:visited
{
color: white;
text-decoration: none;
} 
a:hover
{
color: white;
text-decoration: underline;
}
a:active
{
color: #a3ccff;
text-decoration: none;
}
table
{
color : white;
font-weight : bold;
font-size : 12px;
}