.nav {
	font-size: 13px;
	font-weight: normal;
	color: #922d46;
	line-height: 1.5em;
}
.nav a:link {
	text-decoration: none;
	color: #922d46;
}
.nav a:visited {
	text-decoration: none;
	color: #922d46;
}
.nav a:hover {
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #922d46;
}

