@charset "UTF-8";
/* CSS Document */
 a {
	color: #989797;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #5FB7EF;
}
a:active {
	text-decoration: none;
	color: #5FB7EF;
}

