
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */


.Testo_normale {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	font-style:normal;		 
	font-weight:normal;
	}

.Testo_normale_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000000; 
	font-style:normal;		 
	font-weight:bold;
}


H3.Titolo4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #000000; 
	font-style:normal;		 
	font-weight:normal;
}


H3.Titolo4_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #000000; 
	font-style:normal;		 
	font-weight:bold;
}

H4.Titolo5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000; 
	font-style:normal;		 
	font-weight:normal;
}

H4.Titolo5_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000; 
	font-style:normal;		 
	font-weight:bold;
}
	
H5.Titolo6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #000000; 
	font-style:normal;		 
	font-weight:normal;
}

H5.Titolo6_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #000000; 
	font-style:normal;		 
	font-weight:bold;
}

	
.didascalia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #000000; 
	font-style:normal;		 
	font-weight:normal;
}

