a:hover {
	color: navy
}

a.nav1 {
	color: white;
	text-decoration: none;
	font-weight: bold
}

a.nav1:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold
}

a.nav2 {
	color: navy;
	text-decoration: none;
	font-weight: bold
}

a.nav2:hover {
	color: navy;
	text-decoration: underline;
	font-weight: bold
}

a.nav3 {
	color: black;
	text-decoration: none
}

a.nav3:hover {
	color: black;
	text-decoration: underline
}