.greenLink {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: underline blink;
}

