A
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
    BACKGROUND-COLOR: white;
    COLOR: blue;
}
A:active
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
    BACKGROUND-COLOR: white;
    COLOR: red;
}
A:visited
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
    BACKGROUND-COLOR: white;
    COLOR: navy;
}
A:hover
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
    BACKGROUND-COLOR: white;
    COLOR: red;
}
P
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,helvetica;
    BACKGROUND-COLOR: white;
    COLOR: black;
}
H4
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    FONT-FAMILY: arial,helvetica;
    BACKGROUND-COLOR: white;
    COLOR: black;
}
OL
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,helvetica;
    LIST-STYLE-TYPE: disc
    BACKGROUND-COLOR: white;
    COLOR: black;
}
UL
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,helvetica;
    LIST-STYLE-TYPE: disc
    BACKGROUND-COLOR: white;
    COLOR: black;
}
BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,helvetica;
    BACKGROUND-COLOR: white;
    COLOR: black;
}
TABLE
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: arial,helvetica;
    BACKGROUND-COLOR: white;
    COLOR: black;
}

