/*
 ------------------------------------------------------------
	CMS_EDITOR_STYLE.CSS		
------------------------------------------------------------
	Foglio stile per l'editor HTML

	Data: 24-11-2006
 ------------------------------------------------------------
*/


body
{
	background-color: white;

}

/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/


.titolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 12px; 
	font-weight: bold; 
	color: #20a2d3;  
}

.sottotitolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: bold; 
	color: black;  
}

.testo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: regular; 
	color: black;   
}
