
BODY {
  color: black;
  background-color: #ffffee;
  margin-left: .3cm; }
/* can't do anything sensible with glossary_note frame.  e.g. if set colours for glossary, that
   is global to the document, so the glossary appears with a different background.*/




/* ==========  Block element basics here. Changes are re-defined later ======== */

ADDRESS, BLOCKQUOTE, DD, DIR, DL, DT, LI, MENU, OL, P, PRE, UL { 
  color: black;
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 10pt;
  margin-bottom: 0pt;
  }


/* ==========  Set the global heading properties  ====================== */
H1, H2, H3 {
  color: #007700;
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  } 

/* ==========  Set individual heading properties ========================= */
H1 {margin-left: 0cm; font-size: 10pt;}
H2 {margin-left: -1cm; margin-top: 1cm; font-size: 16pt;}
H3 {margin-left: -1cm; font-size: 13pt;} 


/* ==========  FONT MARKUP ============================= */


B  {font-weight: bold; }



/* ==========  OTHER BLOCK ELEMENTS ============================== */

P {
  margin-top: .15cm;
  margin-bottom: 0cm;
  }

P.navpane-indent {
  color: black;
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  margin-left: 1cm;
  margin-top: .1cm;   /* margin-bottom doesn't work in Netscape Comm. 4.7  */
  margin-bottom: 0cm;}



