

/* COLORE DI SFONDO DELLA PAGINA */

body {background-color: #FFFFFF;}




/* FORMATTAZIONE DELLA BARRA DI SCORRIMENTO */

body {
		scrollbar-base-color: #666666; /* colore dei bordi intorno alla barra */ 
		scrollbar-face-color: #FFFFFF; /* colore dello scroll e dei quadratini contenenti le freccette */
		scrollbar-shadow-color: #666666; /* bordo destro-inferiore della barra di spostamento */
		scrollbar-arrow-color: #666666; /* colore della freccetta */
		scrollbar-highlight-color: #666666; /* bordo sinistro-superiore della barra */
		scrollbar-darkshadow-color: #FFFFFF; /* bordo destro-inferiore della barra */
		scrollbar-3dlight-color: #FFFFFF; /* bordo sinistro-superiore */
		scrollbar-track-color: #cccccc; /* 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: #333333;
		line-height: 150%;
		margin: 10px;
		text-indent: 10px;
		text-align: justify;
}


/* FORMATTAZIONE DEL TITOLOPRINCIPALE h1 */


h1 {
		font-family : Verdana, Serif;
		font-size: 18pt;
		font-weight: bold;
		color: #0066cc;
		line-height: 150%;
		margin: 10px;
		text-indent: 10px;
		text-align: center;
}


/* FORMATTAZIONE DELl'AUTORE h2 */


h2 {
		font-family : Verdana, Serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		color: #0066cc;
		line-height: 150%;
		margin: 10px;
		text-indent: 10px;
		text-align: center;
}



/* FORMATTAZIONE DELLA BIOGRAFIA DELL'AUTORE h3 */


h3 {
		font-family : Verdana, Serif;
		font-size: 8pt;
		font-weight: lighter;
		font-style: italic;
		color: #333333;
		line-height: 120%;
		margin: 10px;
		text-align: justify;
}




/* FORMATTAZIONE DEL BRANO */


.brano {
		font-family : Verdana, Serif;
		font-size: 8pt;
		color: #333333;
		line-height: 120%;
		margin: 10px;
		text-indent: 10px;
		text-align: justify;
}