@charset "utf-8";
body {
	background-color: #300;
	background-image: url(base.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #C00;
}
.sottotitolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #C00;
}
.capitolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #C00;
}
.titolino {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #300;
	vertical-align: bottom;
}
.indice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F00;
	text-align: left;
	background-image: url(testo.png);
	background-repeat: repeat;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: none;
	line-height: 24px;
	background-color: #FFF;
	text-transform: uppercase;
	font-style: italic;
	list-style-image: url(indice.png);
}
.indice a:link {
	color: #F00;
	text-decoration: none;
}
.indice a:visited {
	color: #F00;
	text-decoration: none;
}
.indice a:hover   {
	text-decoration: none;
	color: #300;
	font-style: normal;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #300;
	text-align: justify;
	background-image: url(testo.png);
	background-repeat: repeat;
	vertical-align: top;
	padding: 30px;
	line-height: 22px;
}
.testo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #100E4F;
	text-align: justify;
	background-image: url(testo.png);
	background-repeat: repeat;
	vertical-align: top;
	padding: 30px;
}
.testo a:link {
	color: #F00;
	text-decoration: none;
}
.testo a:visited {
	color: #F00;
	text-decoration: none;
}
.testo a:hover   {
	text-decoration: none;
	color: #300;
	font-style: italic;
}
.didascalia {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	color: #000;
}
.fonti {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding-right: 350px;
	font-style: italic;
}
.fonti a:link {
	color: #F00;
	text-decoration: none;
}
.fonti a:visited {
	color: #F00;
	text-decoration: none;
}
.fonti a:hover   {
	text-decoration: none;
	color: #000;
	font-style: normal;
}
.barra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFC;
	text-transform: uppercase;
	vertical-align: bottom;
	text-align: center;
}
.barra a:link {
	color: #FFC;
	text-decoration: none;
}
.barra a:visited {
	color: #FFC;
	text-decoration: none;
}
.barra a:hover   {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}
.torna {
	position: fixed;
	bottom: 60px;
	right: 60px;
}
.torna:hover {
	opacity: 0.7;
}
