BODY {
background-color : black; 
} 
H1 {
color : white; 
font-size : 14pt; 
font-family : arial, helvetica, "times roman", times; 
} 
H2 {
color : white; 
font-size : 10pt; 
font-family : arial, helvetica, "times roman", times; 
} 
P {
color : white; 
font-size : 12pt; 
font-family : arial, helvetica, "times roman", times; 
}
A:link {
text-decoration : none; 
color : #9ACD32; 
font-size : 14pt; 
font-family : arial, helvetica, "times roman", times; 
} 
A:visited {
text-decoration : none; 
color : #9ACD32; 
font-size : 14pt; 
font-family : arial, helvetica, "times roman", times; 
} 
A:active {
text-decoration : none;
color : #9ACD32;  
font-size : 14pt; 
font-family : arial, helvetica, "times roman", times; 
} 
A:hover {
text-decoration : underline overline; 
color : lime; 
font-size : 14pt; 
font-family : arial, helvetica, "times roman", times; 
} 
