@charset "UTF-8";
/* CSS Document */



a:link {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #FE1E81;
	text-decoration: underline;
}