@charset "utf-8";
/* CSS Document */

a:link, a:visited
{
	color: #3c4c01;
	text-decoration: underline;
}
a:hover
{
	color: white;
	text-decoration: none;
	background-color: #3c4c01;
}


