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


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A80000;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B70000;
}
a:hover {
	text-decoration: underline;
	color: #FF5959;
}
a:active {
	text-decoration: none;
	color: #A80000;
}
