/* for older browsers including Netscrape 4.x, which doesn't "Cascade" from the BODY style  */

BODY {color: rgb(0,0,0) ; background-color: rgb(255,255,255) ; font-family: serif ; font-size: 12pt}
P {color: rgb(0,0,0) ; font-family: serif ; font-size: 12pt} 
TD         {font-family: serif ;      font-size: 12pt } 

H1, H2, H3, H4, H5, H6 {color: rgb(0,51,0) ; font-family: sans-serif }

/* a nice pale green */
A:link    {color: rgb(0,187,34) ;   font-weight: bold  } 
A:active  {color: yellow ;          font-weight: bold ; background-color: rgb(0,85,0) } 
/* sky blue */
A:visited {color: rgb(0,153,221) ;  font-weight: bold } 

/* relative font sizes e.g.smaller, didn't work in IE5 so had to use absolute */
TD.sitenav {font-family: sans-serif ; font-size: 8pt ; font-weight: bold ; color: rgb(255,255,0) }
TD.footer  {font-family: sans-serif ; font-size: 8pt ; font-weight: bold } 
TD.records {font-family: sans-serif ; font-size: 10pt } 


.boldtext {
  font-weight: bold  ;
}
