.text {  font-family: Verdana; font-size: 12px; color: #000000; line-height: 14px; text-align: center; }
.verde {
	font-family: Verdana;
	font-size: 12px;
	color: #81A587;
	text-align: center;
}
.nero {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.titolo {
	font-family: Verdana;
	font-size: 14px;
	color: #81A587;
	text-align: center;
    	font-weight: bold;
	border-bottom: 2px dotted #9F5387;
}
A:link { COLOR: #9F5387;  TEXT-DECORATION: none;}
A:visited {
	COLOR: #9F5387;
	text-decoration: none;
}
A:active { COLOR: #9F5387; TEXT-DECORATION: underline }
A:hover{
	color:#9F5387;
	text-decoration: underline;
	height:9;
	cursor: hand;
}

body {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #9F5387;
	scrollbar-shadow-color: #9F5387;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #9F5387;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	background-color: #ffffff;
	line-height: 14px;
}


