font {
font-family: Verdana, sans-serif;
font-size:10pt;
color: #D4C4C4;
}

.big {
font-size:13pt;
}

.small {
font-size:8pt;
}

.black {
color:#000000;
}

A.light {
color:antiquewhite;
}
A.light:link {
color:antiquewhite;
}
A.light:visited {
color:antiquewhite;
}
A.light:hover {
color:antiquewhite;
}
A.light:active {
color:antiquewhite;
}



A {
         font-family: Verdana, sans-serif;
         FONT-SIZE: 10pt;
         BACKGROUND-COLOR: transparent;
}

A:link {
        FONT-WEIGHT: 100;
        COLOR: #9F0000;
        TEXT-DECORATION: none
}
A:visited {
        COLOR: #9F0000;
        TEXT-DECORATION: none
}
A:hover {
        COLOR: #DF0000;
        TEXT-DECORATION: underline
}
A:active {
        COLOR: #DF0000;
        TEXT-DECORATION: underline
}