BODY {
        COLOR: #020202;
        background : #FFFFFF;
        background-color : #FFFFFF;
}

P {
        COLOR: #020202;
        FONT-FAMILY: Tahoma,Verdana; 
        FONT-SIZE: 16px;
}

H1 {
        text-align:center;
        FONT-FAMILY: Tahoma,Verdana; ;
        FONT-SIZE: 12pt;
}

H2 {
        text-align:center;
        FONT-FAMILY: Tahoma,Verdana; 
        FONT-SIZE: 10pt;
}

H3 {
        text-align:left;
        FONT-FAMILY: Tahoma,Verdana; 
        FONT-SIZE: 9pt;
}

H4 {
        text-align:center;
        FONT-FAMILY: Tahoma,Verdana; 
        FONT-SIZE: 40px;
}
TD.justify
{       COLOR: #020202;
        FONT-FAMILY: Tahoma,Verdana; 
        FONT-SIZE: 15px;
        text-align : justify;
}
TD.center
{       COLOR: #020202;
        FONT-FAMILY: Tahoma,Verdana; 
        FONT-SIZE: 15px;
        text-align : center;
}

A:link {
                COLOR: #727280;
}
A.h:link {
                COLOR: #727280;
        text-decoration : none;
}
A:visited {
        COLOR: Gray;
        text-decoration : none;
}
A:hover {
        COLOR: #727280;
        text-decoration : underline;
}
A:active {
        COLOR:  #404040;
}