@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
	font-size: 16px;
}
body {
	background-color: #FFF;
	background-image: #3d2c1f;
}
#key {
	position: absolute;
	left: 5px;
	top: -2px;
	width: 350px;
	height: 12px;
	z-index: 10;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #202020;
	text-align: center;
}
#div-nascosto {
	position:absolute;
	left:38px;
	top:555px;
	width:500px;
	height:237px;
	z-index:1;
	visibility: hidden;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #707173;
	font-weight: bold;
	text-align: center;	
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #202020;
	text-align: center;
}
.h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.testo:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify
}
