BODY { 
  background: #FFFFFF;
  font-size: 12px; 
  color: #000000; 
  font-family: verdana, helvetica, arial, sans-serif; 
}

P { font-size : 12px; font-family: verdana, helvetica, arial, sans-serif; }
.inverse { font-size : 12px; font-family: verdana, helvetica, arial, sans-serif; font-weight: bold; color: #ffffff; }   
.mtitle {font-size : 14px; font-weight: bold; font-family: verdana, helvetica, arial, sans-serif; }
.menu {font-size : 10px; font-family: verdana, helvetica, arial, sans-serif; }
.update {font-size : 9px; font-family: verdana, helvetica, arial, sans-serif; color: #ffffff; }

TD {font-family: verdana, helvetica, arial, sans-serif; }

IMG {border-style: none; }


A:active { color: #000099; text-decoration : none;}
A:link { color: #333399; text-decoration : none;}
A:visited { color: #333399; text-decoration : none; }
A:hover { color: #FF0000; text-decoration : none}

a:link.update, a:visited.update {font-size : 9px; font-family: verdana, helvetica, arial, sans-serif;color: #ffffff; }

H1 { font-size: 20pt; font-family: helvetica, arial, sans-serif;}
H2 { font-size: 16pt; font-family: verdana, helvetica, arial, sans-serif; margin-bottom: 0;}
H3 { font-size: 14px; font-family: verdana, helvetica, arial, sans-serif; margin-bottom: 0;}
H4 { font-size: 12px; font-family: verdana, helvetica, arial, sans-serif; margin-bottom: 0;}
H5 { font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; margin-bottom: 0;}
H6 { font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; margin-bottom: 0;}

UL { list-style: circle; font-family: helvetica, verdana, arial, sans-serif; font-size: 12px}
LI { list-style-type: circle; font-family: verdana, helvetica, arial, sans-serif ; font-size: 12px; }

@media print {
  @page         { margin: 10% }
  H1, H2, H3,   { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  UL, OL, DL    { page-break-before: avoid }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
   H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
    STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high ;}
 
