/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 100%;
height: 1.2em;
border: 0px dashed black;
padding: 5px;
background-color: #fff;
text-align:center;
background-image:url(images/rss.png);
background-repeat:no-repeat;
background-position:right;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
