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

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

td {
          font-size: 13pt;
          color: #ff0066;
          font-family: Arial, Helvetica, sans-serif;
      }

body {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 13pt;
	  color: #ff0066;
          background-color: #ffccff;
          margin-top: 2em;
      } 

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

p.note {
          font-family: Arial, Helvetica, sans-serif;
	  font-size: 14pt;
          color: #cc00cc;
      }

img  {
          border: 0;
      }

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

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

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