@charset "utf-8";
a:link {
	text-decoration: none;
	color: #4f91cd;
}
a:visited {
	color: #4f91cd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
