h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #CC0033;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #990099;
	}

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

.head{  
	font-family: amaze, amazone bt,Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight:bold;
        text-align: center;
        color: #CC0033;
	background-color:#ffffcc; 
	border-top:#990099 1px solid;
	border-bottom:#990099 1px solid;
	padding:5px;
	}

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: 14pt;
        color: #000099;
	background-color:#FFFFF0;
	margin: 0 0 2em 0
       	        }
td    {
	font-size: 12pt;
	}
em {
        color: #FF00CC;
        }

i {
        color: #DD0000;
        }

p {
	font-size: 12pt;
        }

b {
	font-family: amaze, amazone bt,Arial, Helvetica, sans-serif; 
	font-size: 14pt;
        color: #CC0033;
        }

p.center {
        font-size: 14pt;
        text-align: center;
        margin: 1em;
        color: #990099;     }

ul {
        margin: 1em;
        margin-left: 1em;
                }

ol {
        margin: 1em;
        margin-left: 1em;
        color: #CC0000;
        }

img {
    	border: 0;
        }

PRE {
    	font-family: Arial, Helvetica, sans-serif;
        }

p.note {
        color: #0000DD;
        }

p.graphic   {
	color: #009900;
        }

*.blog {
	font-family: amaze, amazone bt,Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF00CC;
       }

div.left {
	float : left;
	width : auto;
        margin: 10px;
	}

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

div.right {
	float : right;
	text-align: left;
	width : 180px;
	margin: 0;
	font-size: 12pt;
}


