/* External Style Sheet */

BODY {background-image: url("bg6.jpg"); background-attachment: fixed
            }
     /* white, patterned background */ 
/*
  {
  font-family: "Verdana", sans-serif;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
  }
*/ 

P.left
  {
  left-margin: 10%;
  right-margin: 10%
  }

H2, H4, H5, H6
  {
   color: #0000CC; /* bright blue */
  font-weight: bold;
  font-family: "Verdana", sans-serif;
  font-style: italic      
  }

H1
  {
   color: #999933; /* bright green*/
  font-weight: bold;
  font-family: "Verdana", sans-serif;
  font-size: 30pt;
  font-style: italic      
  }
H3
  {
   color: #999933; /* bright green*/
  font-weight: bold;
  font-family: "Verdana", sans-serif;
  font-size: 14pt;
  font-style: italic      
  }
UL LI
   {
  font-family: "Verdana", sans-serif;
  font-size: 14pt;
  list-style-type: square;
  }

.advisories
  {
  border: #000000 solid 2px; /* black */
  color: #000000; /* black */
  }