BODY {
        COLOR: #BABABA;
        FONT-FAMILY: Lucida Console, Courier Cyr;
        FONT-SIZE: 8pt;
        background : Black;
        background-color : Black;
}
Table{
        background-color : #222222;
        background : #222222;
}
TD {
        COLOR: #BABABA;
        FONT-FAMILY: Lucida Console, Courier Cyr;
        FONT-SIZE: 8pt;
}
P {
        COLOR: #BABABA;
        FONT-FAMILY: Lucida Console, Courier Cyr;
        FONT-SIZE: 8pt;
        text-align:justify
}
H1,H2,H3 {
        COLOR: #CCCCCC;
        FONT-FAMILY: Tahoma, Arial, sans-serif;
        FONT-SIZE: 8pt;
        FONT-WEIGHT: bold
}
A:link {
        COLOR: #FFFFFF;
                text-decoration : underline;
}
A.h:link {
        COLOR: #FFFFFF ;
        text-decoration : underline;
}
A:visited {
        COLOR: #FFFFFF;
        text-decoration : none;
}
A:hover {
        COLOR: #DCDCDC;
                text-decoration : underline;
}
A:active {
        COLOR: #CCCCCC;
        text-decoration : underline;
}
