a {
	color: black;
	text-decoration: none; 
}

a:hover{
	color: firebrick;
	text-decoration: none; 
	
}


