

.navbar { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-top: 6px;
}

a:visited { 
	text-decoration: none; 
	/* color:white  */ 
}

a:active { 
	text-decoration: none; 
	/* color:white  */  
}

a:link { 
	text-decoration: none; 
	color:white
}


a:hover { 
	text-decoration: none; 
	color:blue
}

.nohover { 
	text-decoration: none; 
	
}
