	<!--
body	
	{
		font-family: Verdana
		font-size: 13px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #006;
		text-decoration: none;
	} 
	 
	p,blockquote,li,ol,ul,td	
	{
		font-family: Verdana
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #006;
		text-decoration: none;
	} 
	
		marquee	
	{
		font-family: Verdana
		font-size: 25px;
		font-style: normal;
		line-height: 35px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #006;
		text-decoration: none;
	}
	
  	a:link {
  		font-family: Verdana 
         	 color: #FFFFFF;
          	text-decoration: underline;
         	 background: transparent;
 		}

  	a:active {
  		font-family: Verdana 
            	color: #FFFFFF;
            	text-decoration: none;
            	background: #FFFF00;
 		}

 	a:visited {
 		font-family: Verdana 
            	color: #DDDDDD;
            	text-decoration: line through;
            	background: transparent;
 		}
 
	a:hover { 
		font-family: Verdana 
		color: #FFFF00;  
		text-decoration: underline; 
	}  
	
	-->