@charset "utf-8";
a:link {
	color: #0066FF;
	text-decoration: none;

}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #003C74;
	text-decoration: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
