/* 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,245,255) ; font-family: serif ; font-size: 12pt}
div#warning {width: 600px ; margin-right: auto ; margin-left: auto ; text-align: center ; font-weight: bold; }
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 }

/* pink */
A:link    {color: rgb(187,0,50) ;   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 } 

PRE {font-size: 8pt ;}

TABLE {background-color: rgb(255,255,255); }
CAPTION {background-color: rgb(255,255,255); font-family: sans-serif ; font-size:12pt; caption-side:bottom }
TH {font-family: sans-serif ; font-size: 12pt ; vertical-align: top ; text-align: middle; }
TD {vertical-align: top ; text-align: left; }
/* 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.cameratab {font-family: sans-serif ; font-size: 10pt } 
.redmono { color: rgb(255,0,0); font-family: monospace; font-weight: bold; }

