@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #CC3300;

}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #339900;
}
a:active {
	color: #339900;
	text-decoration: underline;
}
a.footer_p:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_p:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_p:hover {
	text-decoration: underline;
}
a.footer_p:active {
}
