/*
 ------------------------------------------------------------
	CMS_EDITOR_STYLE.CSS		
------------------------------------------------------------
	Foglio stile per l'editor HTML

	Data:  08-09-2005
 ------------------------------------------------------------
*/


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.
*/
/*
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

.titolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	font-weight: bold; 
	color: #cf5610; 


}

.sottotitolo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 10px; 
	font-weight: bold; 
	color: #6e0404; 

}

.testo {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	FONT-SIZE: 10px; 
	font-weight: regular; 
	color: black; 
}