.sfondonuvole {
	background-attachment: fixed;
	background-image: url(immagini/nuvole.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bordo_tabella {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.testi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.bordo_tabella_margine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	margin: 10px;
}