a.navBar{
	font-weight: bold;
	color: white;
	text-decoration : none;
}
a.navBar:hover{
	text-decoration: underline;
}
a.navBar:active{
	background: none;
	font-weight: bold;
	color: #000099;
}
a.navBar:visited{
	font-weight: bold;
	color: #EEEEEE;
}
