#finestra {
       float:center;
       width: auto;
       height: 200px;
       overflow: auto;
      } 
.testo {
	font-family: tahoma;
	font-size: 11px;
	color: #9F4E23;
	text-decoration: none;
}
.testoScuro {

	font-family: tahoma;
	font-size: 11px;
	color: #41200E;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.testoChiaro {


	font-family: tahoma;
	font-size: 10px;
	color: #FEF4D6;
	text-decoration: none;
}
.testoPiccolo {

	font-family: tahoma;
	font-size: 8.3pt;
	color: #9F4E23;
	text-decoration: none;
}
.bordo {
	border: 1px solid #000000;
}
.form {
	border: 1px solid #9F4E23;
	font-family: tahoma;
	font-size: 10px;
	color: #9F4E23;

}
.rigagiu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #F0DBC6;
	border-left-color: #CC9933;
}
