a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
}
h1 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #CCC;
	text-align: left;
}
body {
	margin: 5px;
}

