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



a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #ECEBF5;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
