a {
	text-decoration : none;
	font-weight : regular;
}
a:link {
	color : #066;
	background-color : transparent;
}
a:visited {
	color : #9;
	background-color : transparent;
}
a:active {
	color : #066;
	background-color : transparent;
}
a:hover {
	color : #066;
	background-color : transparent;
	text-decoration : underline;
}