@charset "utf-8";
.a
 {

}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #006573;
}
a:active {
	text-decoration: none;
	color: #333;
}
