h1  {
          font-weight: bold;
          font-size: 22pt;
          color: #999900;
          font-family: amaze, amazone bt, Arial, Helvetica, sans-serif;
          text-align: center;
	  margin-top: 2em;
               }

h2  {
          font-weight: bold;
          font-size: 20pt;
          color: #ff0066;
          font-family: amaze, amazone bt, Arial, Helvetica, sans-serif;
          text-align: center;
	  margin: 2em;
               }

h3 {
	font-family:  amaze, amazone bt, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: center;
	color: #ff00cc}


 a:link, a:visited{
	padding: 1px;
	color: #FF00CC;
        font-size: 12pt;
        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: #0000ff;
          background-color: #ffffcc;
          margin: 0;
          margin-bottom: 8em; 
      } 
 td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
		}
p {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
          margin-top: 1em;
      } 

p.center {
          font-family:   amaze, amazone bt, Arial, Helvetica, sans-serif;
          font-size: 14pt;
          text-align: center;
          color: #ff0066;
	  font-weight: bold;
      }

p.gold {
          font-family:  amaze, amazone bt, Arial, Helvetica, sans-serif;
	  font-size: 14pt;
          color: #999900;
          text-align: center
      }

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;
      }

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

div.center {
text-align: center;
margin: 1em;
color: #0000dd;
}

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