/* A causa di un'incompleta implementazione del supporto per i css 
   Internet Explorer 3.x non suporta la proprieta' "background-color",
   supportando pero' quella del "color", cio' fa si che i contrasti
   cromatici, del titolo, per esempio, non siano elevati. Siamo spiacenti,
   ma non e' possibile ovviare a tale inconveniente, senza snaturare la
   conformita' agli standard adottati: html 4.01 strict e css 1.  
   Per ogni commento xs2web@ecn.org                                     */

BODY {
   background-color: #ffffff;
   color: #000000;
   margin-top: 0%;
   margin-right: 2%;
   margin-bottom: 2%;
   margin-left: 2%;
   font-size: 100%;
   font-family: Arial, Helvetica, sans-serif;
}
DIV.cornice {
   border: solid #982306;
   border-left-width: 1.5em;
   margin-top: 2%;
   margin-right: 2%;
   margin-bottom: 2%;
   margin-left: 2%;
}
div.menu {
   text-align: center;
}
DIV.testo {
   margin-top: 0%;
   margin-right: 2%;
   margin-bottom: 2%;
   margin-left: 2%;
}
#mnv {
   background-color: #982306;
   color: #982306;
}
#bnv {
   background-color: #ffffff;
   color: #ffffff;
}
#titoletto {
   font-size: 65%;
   background-color: #982306;
   color: #ffffff;
}
H1 {
   background-color: #982306;
   color: #f9f85b;
   font-size: 150%;
   line-height: 150%;
   text-align: center;
}
H2 {
   background-color: #ffffff;
   color: #2f500a;
   font-size: 120%;
}
H3 {
   background-color: #ffffff;
   color: #0a525c;
   font-size: 100%;
}
H4, H5, H6 {
   background-color: #ffffff;
   color: #000000;
   font-size: 90%;
}
HR {
   background-color: #069823;
   color: #000000;
   width: 65%;
   height: 5px;
}
#m {
    background-color: #444444;
    color: #ff8800;
    width: 22%;
    height: 8px;
    text-align : left;
}
A:link {
   background-color: #ffffff;
   color: #0000ff;
}
A:active {
   background-color: #ffd511;
   color: #000000;
}
A:hover {
   background-color: #ffd511;
   color: #000000;
}

/*   
     last update 27 febbraio 2002 
     xs2web crew 
     (c) al right reserved 
*/
