@charset "UTF-8";
a:link {
	color: #D2D3A8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D2D3A8;
}
a:hover {
	text-decoration: underline;
	color: #E6E5D0;
}
a:active {
	text-decoration: none;
	color: #8E7538;
}

