body {
    background-color: #EDEDED;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.titolo {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.titolosez{
     font-size: 18px;
     font-weight: bold;
     color: black;
}

p.titolo:hover{
    background-color: #FFFFFF;
}

.indent{
    text-indent: 14px;
}

.menu-h {
    text-align:center;
    color: white;
    font-weight: bold;
    font-size: 11px;
}
.menu-c {
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

a {
    color: blue;
    text-decoration: none;
}

a.verde {
    color: #00FF00;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

img {
    border-width: 0px;
}



.pwdby {
        font-style:italic;
        font-weight:bold;
        letter-spacing:30px;
}

.avviso {
         text-align:center;
         width:320px;
         height:276px;
         margin: 10px 10px 10px 10px;
         padding: 3px 3px 3px 3px;
         border-style:solid;
         border-color: #C0C0C0;
         border-width: 2px;
         background-color: #FFFFFF;
}

a.numcal{
         color: black;
         text-decoration: none;
         font-weight:bold;
         font-style:italic;
         font-size: 40px;
}


a:hover {
    color: red;
    text-decoration: underline;
}

.novita {
         color:red;
}

.calcell {
          background:white;
          border-style:solid;
          border-color: black;
          border-width:1px;
          text-align:center;
}

.tbl_header {
       background:#96BCD3;
       font-weight:bold;
       text-align:center;
}

.tbl_record {}