/*colore del body e testo*/
body{background:#FFF;color:#333}

/*stili sul body e tipografia  */
body{font: 12px/18px Arial, Helvetica, sans-serif}
bodymini{font: 10px/15px Arial, Helvetica, sans-serif}

h1{font-size: 2.4em; letter-spacing: 8px; line-height:36px; text-shadow: 4px 4px 8px #0000dd }
h2{font-size: 1.8em;  text-shadow: 3px 3px 5px #0000dd}
/* h2{font-size: 1.5em; color:#333}  */
h3{font-size: 1.5em; color:#333;  text-shadow: 4px 4px 6px #666}
h4{font-size: 1.35em}
h5{font-size: 1em}
h6{font-size: 0.75em}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height: 18px}

/* set di base per margini e padding */
   html, body, bodymini{margin: 0;padding: 0}

h1, h2, h2_s, h2_t, h3, h4, h5, h6{margin: 0 0 18px}
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{margin-top: 0;margin-bottom: 18px}
	

