BODY {
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
background : #fff none; 
color : #000;
}

A:link, strong a:link, em a:link, cite a:link,
 a:link strong, a:link em, a:link cite
 { color : #009; background : transparent none; }
A:visited, strong a:visited, em a:visited, cite a:visited,
 a:visited strong, a:visited em, a:visited cite
 { color : #505; background : transparent none; }
A:hover, strong a:hover, em a:hover, cite a:hover,
 a:hover strong, a:hover em, a:hover cite
 { color : #f00; background : transparent none; }
A:active, strong a:active, em a:active, cite a:active,
 a:active strong, a:active em, a:active cite
 { color : #f00; background : transparent none; 
}

P {
font-size : 100%; color : #000; background : #fff none;
} 

H1, H2, H3, H4 { 
background : #fff none
}

SMALL { font-size : 80% }

FORM { border : black 2px; padding : 3px; background : #fff none;}

BLOCKQUOTE { border : dashed #fcc 2px; padding : 3px; }

