
BODY {
  color      : #666600;    /* This line doesn't seem to work. */
  background : #CCCC99;
}

A:link    { color : #000000; }  
A:visited { color : #000000; }

H1, H2, H3, H4, H5, H6 {
  font-family : verdana, arial, helvetica, sans-serif;
}

P, UL, OL, DL, DD, .norm {
  color: #666600;
  font-family : arial, helvetica, sans-serif;
  font-size   : 10pt;
}

TD.multicol {
  color       : #666600;
  font-family : arial, helvetica, sans-serif;
  font-size   : 10pt;
}

FORM, PRE {
  color       : #666600;
  font-family : courier, monospace;
  font-size   : 10pt;
}

.small {
  color: #666600;
  font-family : verdana, arial, helvetica, sans-serif;
  font-size   : 8pt;
}


