<!--
	           
.arial  {
    	font-size : 12px;
    	font-family : Arial;
    }
.times  {
    	font-size : 14px;
    	font-family : Times New Roman;
    }
	
h1  {
    	font-size : 22px;
    	font-family : Arial;
    	font-style : italic;
    	font-weight : bold;
    }
.links  {
    	font-size : 14px;
    	font-family : Arial;
    	font-style : italic;
    	font-weight : bold;
    	color : #cc0000;
    }

a.nav  {
    	font-size : 14px;
    	font-family : Arial;
    	font-style : italic;
    	font-weight : bold;
    	color : #cc0000;
    }
a.nav:hover  {
    	font-size : 14px;
    	font-family : Arial;
    	font-style : italic;
    	font-weight : bold;
    	color : #cc0000;
    }
-->