.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333366;
	text-align: justify;
	padding: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 22px;
}
.colonna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-top-color: #D1B492;
	border-right-color: #D1B492;
	border-bottom-color: #D1B492;
	border-left-color: #D1B492;
	padding-top: 50px;
	padding-left: 20px;
}
.titolino {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 10px;
	text-align: center;
}
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #333366;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}
body {
	background-image:  url(immagini/sinistra.jpg);
	background-repeat: repeat-y;
	background-color: #FFFDF1;
	padding: 0px;
}
.destra {
	background-image: url(immagini/destra.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	color: #333366;

}
a:link {
	color: #333366;
}
a:hover {
	color: #FF0000;
}

