A.navigation {
color: black;
	text-decoration : none;
	}

A.navigation:Hover {
	color: #838281;
	text-decoration : none;
}
A.txt { 
color: teal; 
text-decoration : none; 
font-family: Times; 
}

A.txt:Hover {
	color: black;
	text-decoration : none;
	font-family: Times;
	}