.navformat a{
	text-decoration:none;
	color:blue;
}
.navformat a:hover{
	text-decoration:underline;
	color:red;
}