A
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Tahoma;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: red;
    FONT-FAMILY: Tahoma;
    TEXT-DECORATION: underline
}
A.special
{
    COLOR: red
}
A.special:hover
{
    COLOR: blue
}
P
{
    FONT-FAMILY: Tahoma
}
TABLE
{
    FONT-FAMILY: Tahoma
}
