BODY { 
  background: #FFFFFF url(fpblack.gif);
  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 : 12px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	color: Aqua;
	font-style: italic;
	font-variant: normal;
	background-image: none;
	margin: auto;
	border: medium none;
}
.menu {font-size : 10px; font-family: verdana, helvetica, arial, sans-serif;  color: #CC0000;  }
.update {font-size : 9px; font-family: verdana, helvetica, arial, sans-serif; color: #ffffff; }
.FPheading {font-size: 18px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: Yellow; }
}
TD {font-family: verdana, helvetica, arial, sans-serif;  color: White;  }

IMG {border-style: none;  color: Aqua;  }

a:link { color: Yellow; text-decoration: underline;  } 
a:visited { color: Red; text-decoration: underline;  } 
a:hover {color: #FFFFFF; background: #0000FF; text-decoration: underline} 
a:active {color: #FFFFFF; background: #FF0000; text-decoration: underline} 
a.btn:link {color: #000000; text-decoration: none; } 
a.btn:visited {color: #000000; text-decoration: none; } 
a.btn:hover {color: #FFFFFF; background: #000000; text-decoration: none} 
a.btn:active {color: #FFFFFF; background: #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;  background: Blue;  color: Yellow;}
H2 { font-size: 16pt; font-family: verdana, helvetica, arial, sans-serif; background: Blue;  color: Yellow; margin-bottom: 0;}
H3 { font-size: 14px; font-family: verdana, helvetica, arial, sans-serif; background: Blue;  color: Yellow; margin-bottom: 0;}
H4 { font-size: 12px; font-family: verdana, helvetica, arial, sans-serif; background: Blue;  color: Yellow; margin-bottom: 0;}
H5 { font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; background: Blue;  color: Yellow; margin-bottom: 0;}
H6 { font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; background: Blue;  color: Yellow; 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 ;}
 
