
	

		 .nav a {
			font-family: Verdana;
			position: relative;
			font-size: 13px;
			top: 0.35em;
			color: blue;
			text-decoration: none;
			padding: 0px 0px 0px 5px;
		}
		
		.nav a:hover {
			color: yellow;
			text-decoration: none;

		}
		
		
		
