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

a, a:visited, a:active {
	color: #f7821a;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #ca6a15;
	text-decoration: none;
}
