@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #FF99FF;
	text-decoration: none;
}
