  BODY { 
    margin: 1em;
        /*line-height: 120%;*/ }
  bgcolor: white; }

  H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
  DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }

  B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP 
  IMG, SPAN { display: inline }

  LI { display: list-item }

  H1{ margin-top: 1px; margin-bottom: 1px; }
  H3, H4, H5{ margin-top: 10px; margin-bottom: 1px; }
  H2{ margin-top: 10px; margin-bottom: 1px;}
  
  H1 { text-align: center }
  H2 { text-align: left }
  H3 { text-align: left }
  H4 { text-align: left }
  H5 { text-align: justify }
  h6 { text-align: left }
  

  H1 { font-size: 14pt; color: FF0000 }
  H2 { font-size: 14pt; color: 3333FF }
  H3 { font-size: 12pt; color: 3333FF }
  H4 { font-size: 12pt; color: black }
  H5 { font-size: 12pt; color: black }
  H6 { font-size: 14pt; color: FFFFFF }

  H1 { font:type Arial Rounded Mt Bold }
  H2 { font:type Arial }
  H3 { font:type Times New Roman }
  H4 { font:type Times New Roman }
  H5 { font:type Times New Roman }
  H6 { font:type Arial }
  

  H1 { font-weight: lighter }
  H2 { font-weight: bold }
  H3 { font-weight: bold }
  H4 { font-weight: bold }
  H5 { font-weight: lighter }
  H6 { font-weight: bold }
  
  B, STRONG { font-weight: bolder }


  PRE { white-space: pre }

  ADDRESS { margin-left: 5px }
  BLOCKQUOTE { margin-left: 5px; margin-right: 0em }

  UL, DIR { list-style: disc }
  OL { list-style: decimal } 
  MENU { margin: 0 }              /* tight formatting */
  LI { margin-left: 5px ; margin-top: 0px}
  H4 { margin-left: 0px; margin-bottom: 0em }
  H6 { margin-left: 10px; margin-bottom: 0em }

  DT { margin-bottom: 0 }
  DD { margin-top: 0; margin-left: 0px }

  HR { border-top: solid }        /* 'border-bottom' could also have been used */

  A:link { color: 3333FF }          /* unvisited link */
  A:visited { color: 0000FF }        /* visited links */
  A:active { color: 800000 }        /* active links */

  /* setting the anchor border around IMG elements
     requires contextual selectors */

  A:link IMG { border: 0px solid white }
  A:visited IMG { border: 0px solid white }
  A:active IMG { border: 0px solid white }

