.testo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.testobordato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none
	border-top: none;
	border-right: none #CCCCCC;
	border-bottom: none;
	border-left: dotted #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
}
.titolettobianco {
	font-family: Verdana, Arial, sans serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #009933;
	border-right: #009933;
	border-bottom: thin solid #009933;
	border-left: #009933;
	text-transform: uppercase;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;

}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;

}
a:hover {
	color: #000066;
	background-color: #FFFFFF;
}
a:active {
	color: #000066;
	background-color: #FFFFFF;
}

