@charset "UTF-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008800;
}
a:hover {
	text-decoration: underline;
	color: #777777;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #008800;
}

