@charset "UTF-8";
.body .main .right a:link {
	color: #00F;
	text-decoration: underline;
}
.body .footer .menu table tr td a:link {
	color: #000;
	text-decoration: none;
}
.body .footer .menu table tr td a:visited {
	color: #000;
	text-decoration: none;
}
.body .footer .menu table tr td a:hover {
	color: #00F;
	text-decoration: none;
}
.body .footer .menu table tr td a:active {
	color: #000;
	text-decoration: none;
}

