<!--
	           
h1  {
    	font-size : 17px;
    	font-family : Arial;
    	font-weight : bold;
    	color : #CC9900;
    }          
h2  {
    	font-size : 15px;
    	font-family : Arial;
    	font-weight : bold;
    	color : #990000;
    }    
.arial  {
    	font-size : 13px;
    	font-family : Arial;
    }
.maroon {
		color:#900;
    	font-size : 15px;
    	font-weight : bold;
	}
.times  {
    	font-size : 15px;
    	font-family : Times New Roman;
    }
    .links  {
    	font-size : 14px;
    	font-family : Arial;
    	font-style : italic;
    	font-weight : bold;
    	color : #cc0000;
    }

.quote {
	font-size:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
}
hr	{
	size:1px;
	color:#cccccc;
	height:1px;
}
-->