@charset "utf-8";
a:link {
	color: 6b7b5f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 6b7b5f;
}
a:hover {
	text-decoration: underline;
	color: 6b7b5f;
}
a:active {
	text-decoration: underline;
	color: 6b7b5f;
}
