@charset "utf-8";
/* CSS Document */

a:link {
	color: #184890;
	text-decoration:none;
}
a:hover {
	color: #3fae3d;
	/*text-decoration:none;	*/
}
a:active {
	color: #3fae3d;
	text-decoration:none;	
}
a:visited {
	color: #184890;
	text-decoration:none;	
}