@charset "utf-8";
/* CSS Document */
a:link {
	color: #857568;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #857568;
}
a:hover {
	text-decoration: none;
	color: #857568;
}
a:active {
	text-decoration: underline;
	color: #857568;
}


