.body2 {
	background-attachment: fixed;
	background-color: #464646;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(fondopagina.jpg);
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.testobianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.tb1 {
	background-color: #333333;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.body1 {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

