body {
	background-attachment: scroll;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-position: center top;


}
.container {
	height: 400px;
	width: 930px;
	padding: 90px 30px 60px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	left: 17px;
	top: -28px;






}
.footer {
	height: 20px;
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 20px;


}
.testo {
	text-align: justify;
	text-indent: 5px;
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #666666;


}
.img {
	border: 1px solid #666666;
}
.nome {
	font-size: 10px;
	font-weight: bold;
}

.tabella {
	border: 1px dashed #666666;
	margin-left: 25px;
	margin-top: 50px;
	width: 900px;
}
a:link {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: navy;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;

}
a:active {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;

}
input {
	border-top: 1px ridge #666666;
	border-right: 1px ridge #666666;
	border-bottom: 1px groove #666666;
	border-left: 1px groove #666666;

}

