BODY
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    COLOR: navy;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    BACKGROUND-COLOR: silver
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large;
    COLOR: navy;
    FONT-STYLE: italic;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    COLOR: navy;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    COLOR: navy;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
TR
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    COLOR: navy;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
P
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    COLOR: navy;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
TH
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    COLOR: navy;
    BACKGROUND-COLOR: gray
}
A:active
{
    COLOR: red
}
A:link
{
    COLOR: purple
}
A:visited
{
    COLOR: blue
}

