A:hover 
	{ color: #666666; text-decoration: none} 
A 
	{ color: #666666; text-decoration: none }
A:link 
	{ color: #FF9900; text-decoration: underline} 

.red
	{ color: #000000; text-decoration: none }
.red A 
	{ color: #000000; text-decoration: none }
.red A:hover 
	{ color: #FF0000; text-decoration: none }
