body
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: Black;
}

a{ color: Blue; }

a:active{ color: Blue; }

a:link { color: Blue; }

a:hover { color: Red; text-decoration: underline; }
