
A {
	color: blue;
	text-decoration : none
}
a:hover {
	color : #FFCC00;
	text-decoration : underline;
	background-color: blue;
}
.none {
	color: blue;
	background-color: transparent;
	text-decoration : none
}
