body {
	background-image:  url(../immagini/sfondo.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	padding: 0px;
}
h1 {
	text-align: left;
	font-size: 16px;
	margin: 0px;
}
p {
	font-size: 14px;
	text-align: left;
}
.dati {
	font-size: 14px;
}
#footer {
	text-align: center;
	font-size: 10px;
}
a:link {
color: #0033FF;
text-decoration: none;
}
a:visited {
color: #0033FF;
text-decoration: none;
}
a:hover {
color: #0033FF;
text-decoration: underline;
}
a:active {
color: #0033FF;
text-decoration: none;
}