/*stili sul body e tipografia  */
body{font: 65% Verdana, Arial, Helvetica, sans-serif}
h1{ color: #104282; font-size: 14px; font-weight: bold; }
h2{font-size: 1.8em}
h3{font-size: 1.4em}
h4{font-size: 1.2em}
h5{font-size: 1em}
h6{font-size: 0.85em}

/*line-height*/
p, blockquote, pre,ol, dl, ul, form {line-height:1.7}

/* set di base per margini e padding */
h1, h2, h3, h4, h5, h6{margin: 0.7em 0 0.2em}
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{
  margin-top: 0.2em;margin-bottom: 1.2em}
a:link { color: #0070ff; text-decoration: none; }
a:hover { color: #0070ff; text-decoration: underline; }
a:active { color: #0070ff; text-decoration: underline; }
a:visited { color: #0070ff; text-decoration: underline; }

