/* External Style Sheet */

BODY {background-color: #FFFFFF}
     /* light yellow background */ 
 
H1, H2, H3, H4, H5, H6
  {
 /* font-weight: bold; */
  
  font-family: "Comic Sans MS", verdana, ariel, sans-serif;
  color: #009966;  /* "frog" green */      
  }

H1
  {
/*  font-family: lucida handwriting, verdana, ariel, sans-serif; */
  text-align: center; 
  font-size: 24pt;
  }

H2 
  {
  text-align: center; 
  font-size: 20pt;
  }


H3 
  {
  text-align: left; 
  font-size: 15pt;
  }

P
  {
  font-family: "Book Antiqua", serif;
  font-size: 11pt;   
/*  font-size: 11pt;
  font-family: verdana,  ariel, sans-serif; */
  }

UL LI
  {
  font-family: "Book Antiqua", serif;
  font-size: 12pt;
  list-style-type: square;
  }

OL LI
  {
  font-family: "Book Antiqua", serif;
  font-size: 12pt;
  }

.footer
  {
  /* color: #336699;  dark blue */  
  font-size: 10pt;
  font-family: verdana,  ariel, sans-serif;
  text-align: center;
  }

.toc
  {
  color: #336699; /* dark blue */  
  font-size: 10pt;
  font-family: verdana,  ariel, sans-serif;
  text-align: center;
  }

.subtext
  {
  color: #009966; /*  "frog" green */      
  font-size: 8pt;
  font-family: verdana,  ariel, sans-serif;
  text-align: center;
  }

.subtextitalics
  {
  color: #009966;  /* "frog" green */      
  font-size: 8pt;
  font-family: verdana,  ariel, sans-serif;
  font-style: italic;
  text-align: center;
  }

.faqtext
  {
/*  color: #009966;   "frog" green */      
  font-size: 8pt;
  font-family: verdana,  ariel, sans-serif;
  }

.faqtextbold
  {
/*  color: #009966;   "frog" green */      
  font-size: 8pt;
  font-weight: bold;
  font-family: verdana,  ariel, sans-serif;
  }

.signature
  {
  color: #009966;   "frog" green
  font-family: lucida handwriting, verdana, ariel, sans-serif; 
  /* text-align: center; */
  font-size: 10pt;
  }

