/*Copyright Comune di Prato*/
/* Formattazione e allineamento */

.destra { 
	text-align: right;
}
.centro { 
	text-align: center;
}
.sinistra { 
	text-align: left;
}
.giustificato { 
	text-align: justify;
}
.basso { 
	vertical-align: bottom;
}
.mezzo {
	vertical-align: middle;
} 

/* formattazione delle spiegazioni all'interno della pagina */

/* Blockquote con carattere diverso dallo standard e grassetto */
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 105%;
}
div.dex { 
	background-color: #fff;
	color: #036; 
	font-size: 85%;	
	margin: 1em 0.5em 1em 0.5em;
	text-align: justify; 
}
/*Carattere pił piccolo*/
.txtsmall {
	font-size: 80%;  
}
/*Carattere pił piccolo rosso su bianco*/
.txtsmall1 {
	background-color: #fff;
	color: #900;
	font-size: 80%;  	
}
/*Carattere pił piccolo nero su bianco*/
.txtsmall2 {
	background-color: #fff;
	color: #000;
	font-size: 80%;  	
}
/*Carattere pił grande*/
.txtbig {
	font-size: 115%;
	font-weight: bold;	
}
/*Carattere pił grande rosso su bianco*/
.txtbig1 {
	background-color: #fff;	
	color: #900;
	font-size: 115%;	
	font-weight: bold;	
}
/*Carattere pił grande nero su bianco*/
.txtbig2 {
	background-color: #fff;	
	color: #000;
	font-size: 115%;	
	font-weight: bold;	
}
/*Carattere molto grande*/
.txtbig3 {
	font-size: 150%;
	font-weight: bold;	
}

/* testo corsivo */
.corsivo {
	font-style: italic;
}
/* testo grassetto */
.grassetto {
	font-weight: bold;
}
/* titolo del paragrafo */
p.paragrafo {
	background-color: #fff;
	color: #036;	
	font-size: 95%;	
	font-variant: normal;	
	font-weight: bold;
	margin: 0.2em 0 0 0.4em;
}