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


a img {
	border: 0px;
	outline: none;
	background: transparent;
}


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