@charset "UTF-8";
a:hover {
	color: #009999;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	color: #000033;
	text-decoration: none;
}
