BODY {
/* background-image: url(sfondo.gif); background-repeat: repeat; */
/* margin: 10%; */
/* background-color: #66CC99; color: #400000; */
   background-color: white; color: black;
   font-family: Palatino, Verdana, Arial, Helvetica, sans-serif
}

TABLE {
 margin:10px 0px 10px 0px;
 text-align: center; background: white; color: black
}

H1, H2, H3, H4, H5, H6 {
 margin:0px 0px 5px 0px;
   font-family: "Minion Web", Palatino, "Times New Roman", serif;
   font-weight: bold; color: green;
   text-indent: 5%
}
h1{font-size:145%}
h2{font-size:120%}
h3{font-size:100%}
h4{font-size:90%}
h5{font-size:80%}
h6{font-size:70%}

A:link {background-color: #ccffcc; color: #000000}
A:visited {background-color: #99ffcc; color: #000000}
A:active {background-color: #99cccc; color: #000000}
A:hover {background-color: #66cccc; color: #000000}

.sommario {background-color: #000000; color: #ff6600}
.section, .subsection {font-family: courier, "courier new", monospace}
div { margin:10px 0px 10px 0px}
DIV.section { text-align: left; font-size: 120%}
DIV.subsection { text-indent: 2em;  font-size: 110%}
.navbar {background-color: #ffcc33; text-align: center}
.logo {text-align: center}
.enorme{text-align: center; font-size: 200%}
.grande{text-align: center; font-size: 144%}

em {font-style: normal; font-weight: bold}
BLOCKQUOTE { padding-top: 0.3em; padding-bottom: 0.3em }

div.center {
 text-align: center;
 font-family: Palatino, Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12pt;
 color: #FFFF66
}

dl {
 border:1px dashed #000;
 padding:1em;
}

dt {
 margin:0;
 padding:0;
 font-weight:bold;
 line-height:1.6em;
}

dd {
 margin:0;
 margin-bottom:1em;
 padding:0;
/* font-style:italic; */
}

