
A:LINK, A:VISITED {
	color : black;
	text-decoration : none;
	background-color: White;
}

A:HOVER {
	background-color : #CD5C5C;
	color : white;
	text-decoration : none;
	
}


