

A:LINK, A:VISITED, A:ACTIVE {

	
	color : black;
	
	text-decoration : none;
	}
	
	A:HOVER{
	
	color : red;
	
	text-decoration : none;
}