@charset "utf-8";
.link {
}
}
a:link {
	text-decoration: none;
	color: #046304;
}
a:visited {
	text-decoration: none;
	color: #3333CC;
}
a:hover {
	text-decoration: underline;
	color: #046304;
	font-weight: bold;
}
a:active {
	text-decoration: none;