@charset "utf-8";
/* CSS Document */

.c:link {
	color: #000000;
	text-decoration: none;
}
.c:visited {
	text-decoration: none;
	color: #000000;
}
.c:hover {
	text-decoration: none;
	color: #0033FF;
}
.c:active {
	text-decoration: none;
	color: #0033FF;
}