﻿BODY
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: white
}
A
{
    COLOR: blue
}
A:hover
{
    COLOR: red
}

