@charset "utf-8";
/* CSS Document */

a:link {
	color: #006600;
}

a:visited {
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #F0C74B;
}

a:active {
	color: #666666;

