html, body
{
    background-color:#ffffff;
    height:100%;
}
.thumbnail
{
    height:50px;
    border-width:0px;
    margin-right:30px;
}
p
{
    margin-top:0px;
    margin-bottom:0px;
    text-align: justify;
}
.menu
{
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
.menu A:hover
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
.grigio
{
    FONT-SIZE: 12px;
    COLOR: #999999;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.grigio A:hover
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
.testo
{
    FONT-SIZE: 10px;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
.testo A:hover
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline;
}
.freccina
{
    margin-right:30px;
}

div.picture
{
    /*width: 458px;*/
    position:relative;
    /*border: 1px solid #ccc*/
    }
div.picture img
{
    display:block;
    /*padding:4px*/
    }
div.picture span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/blank.gif)
    } 