body {
color: #000;
background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 95%;
margin: 0;
padding: 0;
}
.nascosto, .alto {
display: none;
}

/* Layout */
div#testata {
padding: 10px;
background-color: #fff;
}
div#navigazione, div#footer, div#menu, #logo, #lingua, #dovesei, .dovesei {
display: none;
}
div#contenuto {
padding: 10px;
background-color: #fff;
}

/* Impostazioni tipografiche */
h1 {
color: #036;
background-color: #fff;
font-size: 1.4em;
font-style: normal;
font-weight: bold;
margin-bottom: 0px;
border-bottom: 1px solid #036;
}

h2 {
color: #036;
background-color: #fff;
font-size: 1.1em;
font-style: normal;
font-weight: bold;
}
h3 {
color: #900;
background-color: #fff;
font-size: 1em;
font-weight: bold;
}
h4 {
color: #039;
background-color: #fff;
font-size: 1em;
}
p {
text-align: justify;
line-height: 120%;
margin: 0;
padding: 5px 0;
}
ol, ul {
text-align: justify;
font-size: 1em;
padding: 0px;
margin: 5px 5px 5px 30px;
}

/* Link */
a {
color: #039;
background-color: #fff;
text-decoration: underline;
}
