body {
 background-image: url(figure/sfondo.jpg);
 background-repeat: repeat;
 background-attachment: fixed;
}
ul {
 list-style-type: square;
}
.titolo {
 text-align: left;
 font-family: "times new roman";
 font-size: 18pt;
 font-weight: bold;
 color: darkblue;
}
.capitolo {
 text-align: left;
 font-family: verdana;
 font-size: 13pt;
 font-weight: bold;
 color: maroon;
}
.testo {
 text-align: justify;
 font-family: verdana;
 font-size: 10pt;
 font-weight: normal;
 color: darkblue;
}
.didascalia {
 text-align: left;
 font-family: verdana;
 font-size: 8pt;
 font-weight: normal;
 color: black;
}
.autori_autore {
 text-align: left;
 font-family: "times new roman";
 font-size: 28pt;
 font-weight: bold;
 color: maroon;
}
.autori_opera {
 text-align: left;
 font-family: verdana;
 font-size: 12pt;
 font-weight: bold;
 color: maroon;
}
.autori_testo {
 text-align: justify;
 font-family: verdana;
 font-size: 10pt;
 font-weight: normal;
 color: darkblue;
}
