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

a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #1F54B5;
	text-decoration: underline;
}