BODY{ background: black; 
      color: white; }

H1  { text-align: center; 
      color: #00FFFF; background: black; 
      font-family: helvetica, sans-serif; font-weight: bold; font-size: x-large; }

H2  { color: red; background: black;
      text-align: center;
      font-family: new-century-schoolbook, serif; font-style: oblique; font-size: large; }

H2.fun{ background: green; color: black; }
  H3  { text-align: center; color: yellow; background: black; }
  EM  { color: white; background: red; }
  CITE{ font-style: italic; }

P   { text-indent: 2em;
      color: white; background: black; }

  LI P { text-indent: 1em; }
  A:link   { font-weight: bold; color: lime; background: black; }
  A:active { font-weight: bold; color: lime; }
  A:visited { font-weight: bold; color: red; background: black; }
  DT  { color: #FFA500; 
      background: black; font-weight: bold; }

 TABLE { color: white; background: black; 
      text-align: center;
      display: table; width: 100% }
 DIV.TABLE { text-align: center; }

 CAPTION { color: white; background: black; 
      text-align: center; font-size: large; font-weight: bold; }

 TR TD { color: white; background: black; 
      text-align: center; }

 TR TH { color: white; background: black; 
      text-align: center; }

ADDRESS { color: white; background: black; 
          display: block;
          clear: both; 
          border-top: thin solid white; }

DIV.NOTE { font-style: italic; }

DIV.NAVIGATE { float: left;
               clear: none;
               width: 15em;
               height: 100%;
               font-size: large; 
               border: medium solid white; }

DIV.NAVIGATE H2 { 
               color: red; 
               background: black;
               text-align: left;
               font-family: new-century-schoolbook, serif; font-style: oblique; font-size: large;
               display: block;
                }

