a {
	display: block;
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #CCFF00;
	width: auto;
}
a:active {
	text-decoration: none;
}

