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