a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#ccffcc
}

a:active {
	text-decoration: bold;
	color: #000033;
}