BODY
{
    background-color: white;
    color: black;
    font-family: Tahoma; font-size:8pt
}
TABLE
{
}
A:link
{
    color: blue;
    text-decoration: underlined;
}
A:visited
{
    color: blue;
    text-decoration: underlined;
}
A:hover
{
    color: red;
    background-color: none;
    text-decoration: underlined;
}