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

a:link {
	color: #D32316;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D32316;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

