@charset "utf-8";

a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #666666;
}

