@charset "utf-8";
.mainContent a:link {
	color: #3333FF;
	text-decoration: none;
}
.mainContent a:link {
	text-decoration: none;
}
a:visited {
	color: 009900;
}
a:hover {
	color: 6600CC;
}
a:active {
	color: FF0000;
}
