/*colore del body e testo*/
body{background:#FFF;color:#222}
/*stili sul body e tipografia  */
body{font: 75% "Trebuchet MS", Arial, Verdana, sans-serif}
body 2 { font: 66% "Trebuchet MS", Arial, Verdana, sans-serif; }
h1{font-size: 2.4em}
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,h3 {line-height:1.7em}
/* set di base per margini e padding */
html, body{margin: 0;padding: 0}
h1, h2, h3, h4, h5, h6{ margin: 0 0 0.2em; }
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{
  margin-top: 0.2em;margin-bottom: 1.2em}
/*aggiunte*/
td { }
a:link   { color: #008901; text-decoration: none }
a:visited   { color: #008901; text-decoration: none }
a:hover    { color: #808080 ; text-decoration: underline; }
a:active { color: green; text-decoration: none; }

