body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
	
body {
font: 75%/1.5 /*Georgia, */"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* Formattazione titoli */
h1 {
	font-size: 3em; /* = 36px */
	line-height: 1em;
	/*margin-bottom: 1em;  doppio */
}

h2 {
	font-size: 2em; /* = 24px */
	line-height: 0.75em;
	margin-bottom: 1.5em; /* x2 = 1.5em */
}

h3 {
	font-size: 2em;
	line-height: 0.75em;
	margin-bottom: 0.75em;
}

h4 {
	font-size: 19px;/*1.75em;  =21 px */
	line-height: 0.857143em;
	margin-bottom: 0.857143em;
}

h5 {font-size: 1.5em; /* = 18px */
	line-height: 1em;
	padding-bottom:0.3em;
	margin-bottom: 0.7em;padding-left:10px;
	border-bottom:1px solid #ceba78;border-left:5px solid #ceba78;}
	
h6 {
	font-size: 1.5em; /* = 14px */
	line-height: 20px;
	margin-bottom:0.1em;
	}

/*   fine formattazione titoli */
/*-------------------------------------------*/


/* formattazione BASE */
/*p {
font-size:1em;
line-height:1.5em;
margin-bottom:1.5em;
}*/
p {
font-size: 1.166667em;
line-height: 1.285714em;
margin-bottom: 1.285714em;
}


ul {
font-size: 1.166667em;
	line-height: 1.285714em;
	margin-bottom: 1.285714em;
list-style-position:outside;
}


/* Fine formattazione base */
