
h1, body, p, td, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #003300;
font-size: 12px;
text-align: justify;
}
/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */
h2, h3, h4, h5, h6 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
text-align: right;
}

/* h1 mododicato per apparire come testo comune */
h1 {
display: inline;
color: #003300;
font-size: 12px;
text-align: justify;
font-weight:normal;
}

h2 {
font-size: 14px;
font-weight: bold;
}

.icon {
border: 1px black solid;
}

a:link {
color: #006600;
text-decoration: none;
}

a:link.inverse {
color: #FFCC33;
text-decoration: none;
}

a:hover.inverse {
color: #FFDD33;
text-decoration: underline;
}


a:hover {
color: #009900;
text-decoration: underline;
}

.leftarea {
background-color: #FFFFFF; <!-- CCDDCC -->
padding: 5px;
text-align: left;
font-size: 10px;
}

.sectiontitle {
background-color: #669966;
text-align: right;
border: 1px black solid;
}

.menuItemOff {  background-color: #669966; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; color: #FFFFFF}

.menuItemOn { background-color: #336633; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; color: #FFFFFF; cursor: hand}

a.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #FFFFFF; line-height: 15px}

