@charset "utf-8";
a:link, a:visited {
	text-decoration: none;
	color: #005B00;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	
}
