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

a:link {
	text-decoration: none;
	color: #4f99e3;
}
a:visited {
	text-decoration: none;
	color: #4f99e3;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #4f99e3;

}




