.navItem  {
	color: white;
}
A.navItem:link, A.navItem:visited {
	color: white;
	text-decoration: none;
}
A.navItem:hover {
	color: lightblue;
	text-decoration: none;
}
