	<!--
	
		a:link
			{ color: red;
  				text-decoration: underline; }
		a:hover
			{ color: blue;
  				text-decoration: underline; }
		a:visited
			{ color: #CC9900;
  				text-decoration: underline; }
		a:visited:hover
			{ color: blue;
  				text-decoration: underline; }
		
	-->	
		
     <!--
     body  {
     	color : black;
     	font-size : 100%;
     	font-style : normal;
     	font-family : arial, helvetica, sans-serif;
     }
     
     h3  {
     	font-size : 115%;
     	font-style : normal;
     	font-weight : bold;
     	font-family : arial, helvetica, sans-serif;
     }
     
     p  {
     	color : black;
     	font-size : 100%;
     	font-style : normal;
     	font-weight : normal;
     	font-family : arial, helvetica, sans-serif;
     }
     
     small  {
     	font-size : 60%;
     	font-family : verdana, arial, sans-serif;
     	font-style : normal;
     }
     -->