BODY {
background : #000000 ;
font-family : arial, helvetica, sans-serif ;
font-size : 12px ;
}

.add {
color : #ffffff ;
font-size : 10pt ;
font-weight : bold ;
font-family : "new century schoolbook", "times new roman", georgia, serif ;
}

.text {
color : #ffffff ;
font-size : 10px ;
font-weight : normal ;
font-family : geneva, verdana, arial, helvetica, sans-serif ;
}

.cap {
color : #ffffff ;
font-size : 18pt ;
font-weight : bold ;
font-family : "new century schoolbook", "times new roman", georgia, serif ;
}

.dead {
background : #000000 ;
color : #4191b0 ;
font-weight : bold ;
font-size : 12px ;
font-family : arial, helvetica, sans-serif ;
}

.small {
color : #ffffff ;
font-size : 11px ;
font-weight : normal ;
font-family : "new century schoolbook", "times new roman", georgia, serif ;
}

.blue {
color : #4191b0;
}

H1 {
color : #ffffff ;
font-size : 30pt ;
font-weight : bold ;
font-family : "new century schoolbook", "times new roman", georgia, serif ;
}

H2 {
color : #ffffff ;
font-size : 26pt ;
font-weight : bold ;
font-family : "new century schoolbook", "times new roman", georgia, serif ;
}

H3 {
color : #ffffff ;
font-size : 18px ;
font-weight : bold ;
font-family : "new century schoolbook", "times new roman", georgia, serif ;
}

LI {
color : #ffffff ;
font-size : 10px ;
font-weight : normal ;
font-family : geneva, verdana, arial, helvetica, sans-serif ;
}

A{
text-decoration : none ;
font-weight : bold ;
background : #000000 ;
}

A:link {
color : #ffcc00 ;
background : #000000 ;
}      /* unvisited link */

A:visited {
color : #e7cd65;
background : #000000 ;
}  /* visited links */

A:active {
color : #ffff00 ;
background : #000000 ;
}    /* active links */

A:hover {
color : #ffe765 ;
background : #000000 ;
} 
