@charset "utf-8";
/* CSS Document */

.testo1 {
	font-family: Georgia;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	font-weight: normal;
}
body {
	background-color: #7a967b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/sfondo.jpg);
}
.txt_titolo1 {
	font-family: Georgia;
	font-size: 24px;
	text-align: justify;
	font-weight: bold;
	color: #9C0322;
}
.txt_titolo2 {
	font-family: Georgia;
	font-size: 22px;
	text-align: justify;
	font-weight: bold;
	color: #9C0322;
	font-style: italic;
}
.testo2 {
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.testo_elenco {
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	list-style-type: circle;
}
.txt_bianco {
	font-family: Georgia;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}
.testo2destra {
	font-family: Georgia;
	font-size: 12px;
	text-align: right;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.testo_normale {
	font-family: "Times New Roman";
	font-size: 14px;
	text-align: justify;
	color: #000000;
	font-weight: normal;
}

