/*CSS per gli scroller RSS*/

#ticker{
width: 150px;
height: 2.4em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
margin-bottom:10px;
margin-top:10px;
}

#box {
width: 150px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
margin-bottom:10px;
margin-top:10px;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
