.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	text-decoration:none;
	text-align: left;
}
.testo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	text-decoration:none;
}
.testo a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	text-decoration:underline;
}
.bg {
	background-attachment: scroll;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.testoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	font-weight:bold;
	text-decoration:none;
}
.testoBold a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	font-weight:bold;
	text-decoration:none;
}
.testoBold a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	font-weight:bold;
	text-decoration:underline;
}
.rosso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration:none;
}
.rosso a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration:underline;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #292929;
	text-decoration:none;
}
.footer a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #535353;
	text-decoration:underline;
}

