h1  {
          font-weight: bold;
          font-size: 22pt;
          color: #ff0000;
          font-family: amaze, amazone bt, Arial, Helvetica, sans-serif;
          text-align: center;
	  margin-top: 2em;
               }      
h2  {
          font-weight: bold;
          font-size: 20pt;
          color: #ff0000;
          font-family: amaze, amazone bt, Arial, Helvetica, sans-serif;
          text-align: center;
	  margin: 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;
	}

body {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
	  color: #007700;
          background-color: #eeffff;
          margin: 0;
          margin-bottom: 8em; 
      } 

ul { 
          margin: 1em; 
	  margin-left: 3em; 
	  color: #cc0099;
	  font-size: 12pt; 
      }

p {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
          text-indent: 2em;
      } 

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

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

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