<STYLE>
<!--
BODY {FONT-SIZE: 12PT;
      FONT-STYLE: Normal;
      FONT-FAMILY: Arial;
      COLOR: #000000;              /* text color - black          */
      BACKGROUND-COLOR: #33ccff;   /* bg color - infantry blue    */
      MARGIN-LEFT: 10%;            /* move left margin in         */
      MARGIN-RIGHT: 10%            /* move right margin in        */
      }           
H1,H2,H3,H4 {COLOR: #3333cc;       /* set color of H1-4 to dk blue*/
             TEXT-ALIGN: center    /* center all H1-4             */
            }


/*  Set up Paragraph differently from BODY to create a different
    format that can be used uniformly between pages by using <P>. 
    Since it's more specific, these will over-ride Body formats.  */

P {FONT-SIZE:  14PT;
   FONT-STYLE:  Normal;
   FONT-FAMILY: NewTimes Roman;
   COLOR: maroon;
   MARGIN-LEFT: 5%;
   MARGIN-RIGHT: 5%
  }  
TABLE {TEXT-ALIGN: LEFT}

A:link { color: green }             /* unvisited link */
A:visited { color: blue }         /* visited links  */
A:active { color: red }         /* active links   */



