a.nav:link {
	color: White;
	text-decoration: none;
}

a.nav:hover {
	color: Yellow;
	text-decoration: underline;
}

a.nav:visited {
	color: White;
	text-decoration: none;
}

a.nav:active  {
	color: Yellow;
	text-decoration: underline;
}

a.nav:visited:hover {
	color: Yellow;
	text-decoration: underline;
}




