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

a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #5B8AB4;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #CCC;
}
