@charset "utf-8";
/* CSS Document */


a:link {
	color: #0033FF;
}

a:visited {
	color: #0033FF;
} 

a:active {
	color: #666666;
}

a:hover {
	color: #3333FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}


