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

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;	
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
