h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #dcb54e;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 20pt; 
	font-weight: bold; 
	font-style: italic; 	
	text-align: center; 
	color: #8822aa
	}
h3 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18pt; 
	font-weight: bold; 
        font-style: italic;
	text-align: center; 
	color: #ff00cc
	}
a:link, a:visited{
	padding: 1px;
	color: #FF00CC;
        font-size: 13pt;
        font-weight: bold;
     	text-decoration: none;
	}

a:visited{ 
	color: #990099;
	}

a:hover{
        background: #FF00CC;
	color: #FFFFFF;
	}
    * BODY {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
	  color: #cc00cc;
          background-color: #ffccff;
          margin: 0;
      } 
    * P {
          font-size: 12pt;
          margin-top: 1em;
          text-indent: 2em;
      }
    * P.gold {
          font-family: Georgia,  Arial, Helvetica, sans-serif;
	  font-size: 14pt;
	  font-style: italic;
          color: #dcb54e;
          text-align: center;
	  font-weight: bold;
      }
    * P.center {
          font-family: Georgia,  Arial, Helvetica, sans-serif;
	  font-size: 14pt;
	  font-style: italic;
          color: #dd0000;
          text-align: center;
	  font-weight: bold;
      }
    * P.note {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
          color: #ff0066;
	  font-weight: bold;
      }
     i {
          color: #ff0000;
          font-size: 12pt;
      }
    * IMG  {   
          border: 0;
      }    
    * #dropmenudiv {
          position: absolute;
          border: 3pt solid #ff00cc;
          font-family: Arial, Helvetica, sans-serif;
	  font-size: 9pt;
          line-height: 12pt;
          z-index: 100;
      }
    * #dropmenudiv a {
          width: 100%;
          display: block;
          text-indent: 3pt;
      }

div.left {
float : left;
width : auto;
margin: 2em;
margin-left: 2em;
}

div.center {
text-align: center;
margin: 1em;
color: #00cc00;
color: #993399;
}

div.right {
float : right;
width : auto;
margin: 2em;
margin-right: 0em;
}