@charset "UTF-8";
/* CSS Document */
a:link {
	color: #e778a2;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #e778a2;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
