/*

$Id: base.css 43 2008-03-07 22:56:20Z massimo $
 
MicroCss by Scaracco (http://www.scaracco.net - scaracco@gmail.com)

*/


/*colore del body e testo*/
body {background:#fff; color:#333; font: 100.01%/1.5 Arial, Helvetica, sans-serif}

h1,h2, h3 { font-weight: normal; }
h4,h5,h6 { font-weight: bold; }

/* h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } */
h1 { font-size: 2em; margin: 0.75em 0; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h4 { font-size: 1em; margin-bottom: 1.5em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; font-style: italic }



strong, b {font-weight: bold;}
em, i {font-style:italic}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height:1.5}

/* set di base per margini e padding */
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {margin-top: 0; margin-bottom: 1.5em}

/* tabelle */
table {font-size:inherit;font:100%;}
th,td {border:1px solid #000;padding:.5em}
th {font-weight:bold;text-align:center}
caption {margin-bottom:.5em;text-align:center}
/* fieldset,table {margin-bottom:1em} */

pre, code, kbd, samp, tt {font-family:"courier new",monospace; font-size:1em; line-height:1.5em;}


abbr,acronym {border-bottom:1px dotted #000; cursor:help;} 

/* liste */
ol, ul {margin-left:2em}
ol li {list-style: decimal outside}
ul li {list-style: disc outside}
dl dd {margin-left:1em}
dt {font-weight:bold}
/* niente margin-bottom per le liste annidate */
ul ul, ol ol {margin-bottom:0}

