<STYLE TYPE="text/css">
;
  BODY { background: white;
         color: black;
         font-family: Eras Medium ITC, helvetica, sans-serif;
 	 }
;
 H1 {color: red};
 H2 {color: red};
 H3 {color: red};
 H4 {color: red};
 H5 {color: red};
;
  A:link { color: black; }	/* unvisited link */
  A:visited { color: gray; font-weight: bold}	/* visited links */
  A:active { color: red }
;   
/* font settings get lost in tables */
   P { font-face: "Eras Medium ITC";
       color: black}
   P.BANNER { color: red; 			/* paragraphs with banner flag */
		font-weight: bold;		/* large, bold, red, narrow */
	        font-face: Arial Narrow ;
	 	font-size: 25pt; 
            }
   P.NAVMENU { color: black ! important;
		font-weight: bold;		/* tiny, bold, black, narrow */
		font-face: Arial Narrow ;
		font-size: 8pt }
   p.NORM { color: black ;
		font-weight: normal;		/* normal, medium-sized, black */
	        font-face: Eras Medium ITC;
		font-size: 12pt }
   p.EMPHASIS { color: black ;
		font-weight: bold;		/* bold, black */
	        font-face: Eras Heavy ITC;
		font-size: 12pt }
; 
   .tabentry { color: black; font-size: 8pt}
</style>




