@charset "utf-8";
a:link {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #666666;
}


a:hover {
	text-decoration: none;
	color: #000000;
}

