a:link {
	text-decoration: none; color: #0099FF
}
a:visited {
	text-decoration: none;  color: #0099FF
}
a:active {
	text-decoration: underline; color: #009933
}
a:hover {
	text-decoration: underline;
	color: #009933;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

