a:Link {    
	color: #313133;   
	text-decoration: none;
	}
a:Visited {   
	color: #313133;   
	text-decoration: none ;
	}
a:Hover {   
	color: #666666;   
	text-decoration: underline;
	}
a:Active { 
	color: #666666;  
	text-decoration: underline;
	}
