TABLE {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 11px;
    color: black;
    background-color: none;
}
.data {
    padding: 10px 5px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 120px;
    vertical-align: top;
    text-align: right;
}
.data A:link, .data A:visited {
    font-size: 11px;
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.data A:hover {
    text-decoration: underline;
}
.titolo {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}
.titolo A:link, .titolo A:visited {
    font-size: 11px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.titolo A:hover {
    text-decoration: underline;
}
.stampa_grey {
    background-color: #DFE0E1;
}
.stampa_white {
    background-color: #FFFFFF;
}