@charset "UTF-8";
/* CSS Document */

a:link {
	color: #871E33;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
}
a:hover {
	color: #711A2B;
	text-decoration: none;
}
