.link:link 
	{
	text-decoration: none;
	color: #000000;
	cursor: text;
	}
.link:visited 
	{
	text-decoration: none;  
	color: #000000;
	cursor: text;
	}
.link:hover 
	{
	text-decoration: none;  
	color: #000000;
	cursor: text;
	}
.link:active 
	{
	text-decoration: none;  
	color: #CCCCCC;
	cursor: text;
	}
