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