BODY {
        background : White;
        font-family : Verdana, Arial, sans-serif ;
        font-size : 8pt;
}

A {
        text-decoration: underline;
        color: Blue;
        font : bold;
        font-size : 10pt;
}

A:Hover {
        text-decoration: underline;
        color: green;
        font : bold;
        font-size : 10pt;
}
