html, body
{
margin: 0px;
}

body, td
{
font-family: arial;
font-size: 12px;
color: #ffffff;
}

a:link
{
color: #33d633;
text-decoration: underline;
}

a:visited
{
color: #33d633;
text-decoration: underline;
}

a:active
{
color: #ff0000;
text-decoration: underline;
}

a:hover
{
color: #00ff00;
text-decoration: underline;
}