H1 {font-family: amaze, "amazone bt", script; font-size: 24pt; font-weight: bold; text-align: center; color: #970000}
H2 {font-family: amaze, "amazone bt", script; font-size: 18pt; font-weight: bold; text-align: center; color: #970000}
H3 {font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-align: center; color: #993399}

body {
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
     font-size: 14pt;
     margin: 6em;
     margin-top: 1em;
     margin-right: 4em;	
     background: #ffffff;
     background-image: url(../images/smallhearts.gif);
     background-repeat: repeat-y;
        }

*.center {
        text-align: center;
        margin: 1em;
        color: #009900;
        }

*.gold {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14pt;	
        color: #999900;
        }


*.blue {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14pt;	
        color: #000099;
        }

*.purple {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14pt;	
        color: #00cc00;
        color: #993399;
        }

*.caption {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font: caption;
        font-size: 12pt;	
        color: #970000 ;
        }

*.red {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14pt;	
        color: #970000;
        }

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

UL { 
        margin: 1em;
        margin-left: 3em;
        color: #993399;
        }

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

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


