@charset "utf-8";
.footer a:link {
	color: #0066FF;
	text-decoration: none;
}
.footer a:visited {
	color: #0066FF;
	text-decoration: none;
}
.footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

