

A {
	color : blue;
}
A:ACTIVE {
	color : Blue;	
}
A:FOCUS {
	color : Blue;	
}
A:HOVER {
	color : Blue;	
}
A:LINK {
	color : Blue;	
}
A:VISITED {
	color : blue;	
}

a:link.nav, a:visited.nav {
	color : gray;
	text-decoration: none;
}

a:hover.nav {
	color : lightblue;
}