p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titoli {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
}
.testi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #333333;
	text-decoration:none
}
a:link {
	color: #000000;
	text-decoration:none
}

a:hover {
	color: #999999;
}
.linea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8EBB94;
}

