/* CSS Document */
.titolo {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 150%;
	font-family: Helvetica, Arial;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.testo {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 150%;
	font-family: Helvetica, Arial;
	text-align: justify;
}
.testopiccolo {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 130%;
	font-family: Helvetica, Arial;
}
a    {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}

