/*  STILE PER PAGINE PROGETTO "INSIEME AD UN LIBRO"
creato da Mauro di Vieste, 2/2/2010
ultimo aggiornamento: 17/3/2010
*/

body {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
background-image: url("img/a-sfondogiallo.gif");
font-size: 100%;
margin-left: 5%;
margin-right: 5%; 
font-weight: normal;
color: #000080;
}
div#box {
background-image: url("img/a-sfondogiallo.gif");
background-color: #ff9;
color: #000;
margin: 0px auto;
text-align: left;
width: 95%;
}

.clear {
clear: both;
}

div#testa {
background-image: url("img/a-sfondoblu.gif");
margin: 0px auto;
text-align: center;
}
.index {
background-image: url("img/a-sfondogiallo.gif");
background-color: #ff9;
padding: 1.2em;
border-top: 1px dashed #006;
border-bottom: 1px dashed #006;
text-align: center;
font-size: 80%;
}
p  {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-weight: normal;
font-size: 100%;
color: #000080;
clear: both;
}
.titolo {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 110%;
font-weight: bold;
color: #c00;
}
.l {
text-align: left;
}
.r {
text-align: right;
}
.c {
text-align: center; 
}



.coda {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 80%;
font-weight: normal;
color : #000080; 
}

.a-c {
text-align: center;
}

h1 {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 130%;
font-weight: bold;
line-height: 1.5em;
color: #039;
} 
h2 {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 120%;
font-weight: bold;
line-height: 1.5em;
color: #c00;
} 
h3 {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 110%;
font-weight: bold;
line-height: 1.5em;
color: #609;
}
hr {
color: #ff9;
background-color: #f60;
border: none;
clear: both;
}


.img-l {
float: left;
margin-right: 0.4em;
}
.img-r {
float: right;
margin-left: 0.4em;
}

