@charset "utf-8";
a.nav {
text-decoration: none;
}
a.nav:visited, a.nav:link {
text-decoration: none;
color: #d0c0a7;
}
a.nav:hover {
	color: #d0c0a7;
	text-decoration: none;
}
a.nav:active {
color: #d0c0a7;
}
