

/* COLORE DI SFONDO DELLA PAGINA */

body {background-color: #FFFFFF;}




/* FORMATTAZIONE DELLA BARRA DI SCORRIMENTO */

body {
		scrollbar-base-color: #bdbdbd; /* colore dei bordi intorno alla barra */ 
		scrollbar-face-color: #FFFFFF; /* colore dello scroll e dei quadratini contenenti le freccette */
		scrollbar-shadow-color: #919fbe; /* bordo destro-inferiore della barra di spostamento */
		scrollbar-arrow-color: #a3a6ac; /* colore della freccetta */
		scrollbar-highlight-color: #919fbe; /* bordo sinistro-superiore della barra */
		scrollbar-darkshadow-color: #dbdee4; /* bordo destro-inferiore della barra */
		scrollbar-3dlight-color: #ffffff; /* bordo sinistro-superiore */
		scrollbar-track-color: #dbdee4; /* sfondo della barra */
}


/* FORMATTAZIONE DEI LINK */

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}



/* FORMATTAZIONE DEL TESTO */


.testo {
		font-family : Verdana, Serif;
		font-size: 10pt;
		color: #000000;
		line-height: 150%;
		margin: 10px;
		text-indent: 10px;
		text-align: justify;
}


/* FORMATTAZIONE DEL TITOLOPRINCIPALE h1 */


h1 {
		font-family : Verdana, Serif;
		font-size: 14pt;
		font-weight: bold;
		color: #003366;
		line-height: 150%;
		margin: 10px;
		text-indent: 10px;
		text-align: center;
		text-transform:uppercase;

}


/* FORMATTAZIONE DELl'AUTORE h2 */


h2 {
		font-family : Verdana, Serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		color: #336699;
		line-height: 100%;
		margin: 10px;
		text-indent: 10px;
		text-align: center;
}



/* FORMATTAZIONE DELLA BIOGRAFIA DELL'AUTORE h3 */


h3 {
		font-family : Verdana, Serif;
		font-size: 8pt;
		font-weight: normal;
		font-style: italic;
		color: #336699;
		line-height: 100%;
		margin: 10px;
		text-align: center;
}




/* FORMATTAZIONE DEL BRANO */


.brano {
		font-family : Verdana, Serif;
		font-size: 8pt;
		color: #333333;
		line-height: 120%;
		margin: 10px;
		text-indent: 10px;
		text-align: justify;
}



/* FORMATTAZIONE DELLA DATA */


.data {
		font-family : Times New Roman;
		font-size: 10pt;
		color: #666666;
		line-height: 100%;
		margin: 20px;
		text-indent: 10px;
		text-align: right;
}
