/***** SFONDO *****/
body  {
background-color:#2e3a47;

}

/***** PARAGRAFO *****/
p {
margin-top: 5px;
line-height: normal;
text-align: justify;
border: 0px;
font-family: Verdana;
color: #202327;
font-size: 10pt;
}

/***** LINK *****/
a:link {text-decoration: none; color: black}
a:visited {text-decoration: none; color: black}
a:hover {color: black}

/***** TABELLA *****/
table {text-align: left;
         border: 0px;
         font-family: Verdana;
         line-height: normal}

td {border: 0px;
    color: #202327;
    font-size: 10pt;
    background-color: #98bad6;}

/***** STRUTTURA PAGINA *****/
#telaio {
width:100%;
margin-top: 0px;
border:0px;
line-height:150%;
color: black;
/**background-color: #3a72a2 **/
background-color:#2e3a47;
}

/***** PARTE SUPERIORE *****/
#fondo {
background-color: #98bad6;
margin-right: 7%;
margin-left: 7%;
height:140px;

}


/***** MENU *****/
#menu {
padding: 0px;
/**backup padding:0.5em;
	 height: 30px; **/
color:white;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#navlist {
padding: 0px;
margin-left: 0;
border-bottom: 0px;
font: bold 10.5pt Verdana;
line-height: normal;

margin-bottom: 0px;
margin-top: 0px;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}

#navlist li a {
padding: 3px 5px;
margin-left: 0px;
border: 0px;
border-bottom: none;
background-color:#2e3a47;

text-decoration: none;
}

#navlist li a:link { color: white;}
#navlist li a:visited { color: white;}

#navlist li a:hover {
color: black;
background: white;
}


/*Backup
font-family: Tahoma, Sans-Serif, Times New Roman;
*/




