/* External Style Sheet */

BODY {background-color: #CCFFFF}
     /* light green background */ 
 
H1, H2, H3, H4, H5, H6
  {
  font-weight: bold;
  font-family: comic sans, sans-serif;
  color: #006633; /* dark green */      
  }

H1
  {
  font-size: 30pt;
  }

H2 
  {
  color: #999999; /* dark gray */
  font-size: 16pt;
  }

P
  {
width: 50%;  
  font-family: "Book Antiqua", serif;
  font-size: 12pt;
  }

UL LI
  {
  font-family: "Book Antiqua", serif;
  font-size: 12pt;
  list-style-type: circle;
  }

/* Classes used in the newsletter */ 
   
.masthead
  {
  color: #009900; /* green */
  font-style: italic;
  font-family: "Times New Roman", serif;
  text-align: center;
  }   

.advisories
  {
  border: #FF0000 solid 2px; /* red */
  color: #FF0000; /* red */
  font-style: italic;
  }

.footer
  {
  color: #0033FF; /* dark blue */
  font-size: 9pt;
  font-family: ariel;
  text-align: center;
  }