/* External Style Sheet */

BODY
 {
  background-image: url("palebackground.jpg");
  background-position: center /* 50% 50% */
 }

 /* background image downloaded free at hellasmultimedia */ 

 
H1, H2, H3, H4, H5, H6
  {
  font-weight: bold;
  font-family: "Comic Sans MS", Book Antiqua, Arial, Sans-serif;
       
  }

H1
  {
  text-align: center;
  font-size: 24pt;
  }

H2 
  {
  color: #333333; /* black */
  font-size: 12pt;
  }

H3 
  {
  text-align: left;
  color: #333333; /* black */
  font-size: 16pt;
  }

H4 
  {
  color: #333333; /* black */
  font-size: 16pt;
  }

H5 
  {
  text-align: center;
  color: #333333; /* black */
  font-size: 14pt;
  }

H6 
  {
  text-align: center;
  font-style: italic;
  color: #333333; /* black */
  font-size: 16pt;
  }

P
  {
  width: 100%;
  color: #333333; /* black */  
  font-family: "Comic Sans MS", Book Antiqua, Arial, Sans-Serif;
  font-size: 13pt;
  }

UL LI
  {
  font-family: "Comic Sans MS", Book Antiqua, Arial, Sans-serif;
  font-size: 13pt;
  list-style-type: "disc";
  }

/* Classes used in the Website */ 
   
.masthead
  {
  color: #6633FF; /* purple */
  font-style: bold;
  font-family: "Comic Sans MS", Book Antiqua, Arial, Sans-serif;
  text-align: center;
  }   

.advisories
  {
  border: #FF6699 solid 4px; /* dark pink */
  color: #FF0000; /* red */
  font-style: italic;
  }

.footer
  {
  color: #333333; /* Black */
  font-size: 9pt;
  font-family: "Comic Sans" MS, Book Antiqua, Arial, Sans-serif;
  text-align: center;
  }
