.scrollable{
    width: 200px;
    height: 110px;
    overflow: hidden;
    background-image: url("img/paper.jpg");

}

.item .title{
    font-weight: bold;
}
.item .body{
    font-weight: normal;
}

#items{
margin:0px;
padding:0px;
width:200px;
height:110px;
background-color:white;
}

.item{
    padding: 5px;
    font-size:11px;
    width:190px;
    height:100px;
   /* background-image: url("img/paper.jpg");*/
        overflow: hidden;
    position: relative;
}
a{
    text-decoration: none;
    color: black;
}
a:hover {
    color: #555555;
    text-decoration: underline;
}
.item .data{
    color: #444444;
}

.coop{font-size: 12px}
#title:hover{text-decoration:none}

.titol{
background-color:#333;
height:20px;
width:193px;
padding-left:7px;
}

.titol a{
color:white;
}

.peu{
/*background-color:#333;*/
height:12px;

}

.peu img{
border:none;
float:right;
margin-right:34px;
}

.prova{
background-color:#333;
/*height:133px;*/
width:200px;
}

