.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5D5D5D;
	text-decoration: none;
	width: 150px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}a:visited {
	color: #656565;
}
a:active {
	color: #676767;
	text-decoration: underline;
}
a:hover {
	color: #676767;
	text-decoration: underline;
}

