@charset "utf-8";
a.footer:link {
	color: #CD5C5C;
	text-decoration: none;
}
a.footer:visited {
	color: #CD5C5C;
	text-decoration: none;
}
a.footer:hover {
	color: #333333;
	text-decoration: underline;
}
a.footer:active {
	color: #CD5C5C;
	text-decoration: none;
}
