.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-right: 50px;
	margin-left: 50px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}

.nav:link {
	color:#00acec;
	text-decoration:none;
	font-family: Arial;
}


.nav:hover   {
	color:#1e71b8;
	text-decoration:none;
}
