
.mainnav {
	font-family: verdana;
	color : white;
	text-decoration: none;
	text-transform : none;
}

a:hover {
	color:yellow;
	font-weight : bold;
}

