/* da html.it */

/*colore del body e testo*/
body{background:#FFF;color:#333}

/*stili sul body e tipografia */
body{font: 100.01%/1.5 Arial, Helvetica, sans-serif}
/* body {	background: url(18.gif) repeat; } */

/*h1{font-size: 2.4em;line-height: 1.25;margin: 0.625em 0}*/
h1{
	font-size: 3em;
	line-height: .5;
	/*margin: 0.625em 0; */
}

whitebox {
	font-size: 1.35em;
	line-height: 1.5;
	margin-bottom: 0; 
	border:1px solid #fff; 
	text-align: left;
}

h2{font-size: 1.5em;line-height: 1;margin: 1.25em 0 .5em 0; border-bottom:1px solid #888; border-top:1px solid #888}
h2 img {
	padding: 4px 0 0 4px;
}

h3{font-size: 1.35em;line-height: 1.1111;margin: 1.1111em 0}
h4{font-size: 1.2em;line-height: 1.25;margin: 1.25em 0}
h5{font-size: 1em;line-height: 1;margin: 1.5em 0}
h6{font-size: 0.75em;line-height: 1.25em;margin: 2em 0}
h7{font-size: 0.65em;line-height: 1.1em;margin: 2em 0}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form, input {line-height:1.3}  /* was 1.5 */
nospace {line-height:.1}

/* set di base per margini e padding */
html, body{margin: 0;padding: 0}
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{
  margin-top: 0;margin-bottom: 1.5em}
