/* External Style Sheet */

BODY {background-color: #ACC7F3}
     /* white background */ 
 
H1, H2, H3, H4,H5,H6
  {
  font-weight: bold;
  font-family: sans-serif;
  color: #008485; /* Teal */      
  }
H1
  {
  font-size: 20pt;
  }
H2 
  {
  color: #000000; /* Black */
  font-size: 16pt;
 }
H3
  {
 color: #000000; /* Black */
  font-size: 14pt;
  }
H4 
  {
  color: #999999; /* dark gray */
  font-size: 12pt;
 }
P
 { 
font-size: 14pt; 
 } 
UL, LI
  {
 font-family: sans-serif;
 font-size:10pt;
 list-style-type: square;
  } 
.footer
  {
  color: #333333; /* black */
  font-size:9pt;
  font-family: sans-serif;
  text-align: center;
 }
