a:link {
	color: #3FBA21;
	text-decoration:none;
	font-size : 15px;
	font-family : Verdana;
}
a:visited {
	color: #3FBA21;
	text-decoration:none;
	font-size : 15px;
	font-family : Verdana;
	
}
a:active {
	color: #3FBA21;
	text-decoration:none;
	font-size : 15px;
	font-family : Verdana;
}
a:hover {
	color: #3FBA21;
	text-decoration:none;
	font-size : 15px;
	font-family : Verdana;
	font-weight : bold;
}

a.small:link {
	color: #3FBA21;
	text-decoration:none;
	font-size : 11px;
	font-family : Verdana;
}
a.small:visited {
	color: #3FBA21;
	text-decoration:none;
	font-size : 11px;
	font-family : Verdana;
	
}
a.small:active {
	color: #3FBA21;
	text-decoration:none;
	font-size : 11px;
	font-family : Verdana;
}
a.small:hover {
	color: #3FBA21;
	text-decoration:none;
	font-size : 11px;
	font-family : Verdana;
	font-weight : bold;
}

body.normal {
	font-family : Verdana;
	color: #3FBA21;
	font-size : 12px;
	font-weight:bold;
	margin-top : 4px;
}

