body {
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat;
	background-position: left left;
	background-attachment:fixed;
	margin: 2px 0px 20px 0px;
}

a {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	text-decoration: underline;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	margin-bottom: 30px;
}

.enfasi {
	font-weight:bold;
}

.collegamento {
	text-indent: -12px;
	padding-left: 126px;
}

img {
	border:0px;
}