@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #5b5b5b;
}

a:hover {
	color: #a51a13;
}
