@charset "utf-8";
a:visited {
	text-decoration: none;
	color: #3399FF;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a:link {
	color: #3399FF;
	text-decoration: none;
}

