/* corpo */
body {
font-family: "Arial", serif;
}

/* pagina (escluso il menu) */
div.page {
text-align: justify;
}

/* menu orizzontale */
div.menu {
margin-top: 1em;
margin-bottom: 3em;
text-align: center;
background-color: rgb(240,240,240);
}

/* voce del menu orizzontale */
div.menu a {
margin-left: 1em;
margin-right: 1em;
text-decoration: none;
}

/* voce del menu evidenziata */
span.evidenzia {
background-color: rgb(200,200,255); 
color: black;
font-size: large
}

/* sottomenu orizzontale */
div.sottomenu {
margin-top: -3em;
margin-bottom: 3em;
text-align: center;
font-size: small;
}

/* voce del sottomenu orizzontale */
div.sottomenu a {
margin-left: 1em;
margin-right: 1em;
text-decoration: none;
}

/* voce del sottomenu evidenziata */
span.evidenzia2 {
background-color: rgb(200,200,255); 
color: black;
font-size: normal;
}


/* immagini */
div.img {
text-align: center;
margin: 1em;
}

/* intestazioni */
h1,h2,h3,h4,h5,h6 {
text-align: center;
color: blue;
}


/* collegamenti */
a {
color: blue;
text-decoration: underline;
}

/* collegamenti */
a:hover {
color: black;
}


/* linea orizzontale */
hr {
background-color: blue;
}

/* finestra centrata */
div.finestra {
margin-top: 0em;
margin-left: auto;
margin-right: auto;
width: 50%;
border: thin solid rgb(200,200,200);
padding: 1em;
text-align: center;
}

/* Note a pič di pagina */
div.info {
margin-top: 2em;
padding-top: 1em;
border-top: thin dashed rgb(200,200,200);
font-style: normal;
font-size: 0.8em;
text-align: center;
}

