body {
    background-color: white; 
    margin-top: 0;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.testocentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.testograssetto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
table.sfondo{
	width : 760px;
	height: 430px;
	background: white;
	border-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
td.marmo{
    background: white url(img/sfon3.jpg); 
	border-width: 0px;
    border-style: solid;
    border-color: #CCCCCC;
}
.testocentrograssetto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}