/* style sheet */

<!--
			#text { font-size: 10px; font-family: sans-serif; font-face: Verdana; line-height: 20px; color: #333333;}
			
	
/* Link Color, No Underline */
		
										
a:link, a:visited, a:active {
		color: #FF3333;
		text-decoration: none; 
		}
		
		
/* Link Rollover, No Underline */

a:hover, a:visited:hover {
		color: #000000;
		text-decoration: none;  
		}		
			
		

			-->
			

