
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
}
body {
	background-image: url(img/sfondo.gif);
	background-repeat: repeat;
	overflow:hidden;
}

.titolo:link {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
}

.titolo:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
	}
.titolo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
.titolo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
