*Example CSS for the two demo scrollers*/

#loftads{
width: 350px;
height: 250px;
border: 1px dashed black;
padding: 5px;
background-color: #FFFF99;

text-align:left;
}

#pscroller1{
width: 350px;
height: 250px;
border: 1px dashed black;
padding: 5px;
background-color: #FFFFFF;
text-align:left;
}
.rssclass
{
background: #E9E9E0;
margin:10px,5px,10px,10px;
}
.rssclass .rsstitle
{
font-weight: bold;
font-color:#57746E;
font-size: 14px;
}
#pscroller1 .rsstitle
{
font-weight: bold;
font-color:#57746E;
font-size: 14px;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
.rssdescription
{
        font-size: 12p;x
        font-color:#57746E;
        font-family: Verdan,Arial;
        line-height:20px;
}


