html, body{
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 10pt;
    font-family: Lucida,Georgia, serif;
    text-align: center;
}

a:link, a:visited{
    font-weight: bold;
    text-decoration: underline;
    color: #009;
}

img.thumb{display:none}
ol.navbar{display:none}
#sponsor{display:none}
#sx{display:none}
#dx{display:none}
ul.footer{display:none}

#testa{
    border-bottom: 2mm solid black;
}

#testa a{
    text-decoration: none;
    color: #000;
}

#corpo{
    padding: 5mm;
    text-align: left;
}

#corpo h2{
    margin: 5mm 0 1.5mm 0;
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1mm dashed red;
    color: red;
}

#corpo div.elemento{
    padding: 2mm;
}

#corpo h3{
    margin: 1mm 0;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: .5mm dotted black;
}

#fondo{
    border-top: 2mm solid black;
    font-size: 8pt;
}