@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #791213;
}
a:visited {
	text-decoration: none;
	color: #6C1110;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #000;
}
