body {
	background-attachment: scroll;
	background-image: url(immagini/sfondo.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
 td .testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
	text-align: justify;

 }
 
 .testo {}
.testorosso {
	color: #DD1D28;

}
td .testonero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;

}
.testonero {
}
.sfondorosso {
	background-attachment: fixed;
	background-image: url(immagini/sfondorosso.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

