BODY
{
    COLOR: blue ;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    BACKGROUND-COLOR: black   
}
A:active
{
    COLOR: blue
}
A:link
{
    COLOR: red
}
A:visited
{
    COLOR: fuchsia
}
