/* CSS Document */

/*CSS for the RSS scrollers*/
#pscroller1{
width: 450px;
height: 1.2em;

padding: 5px;
background-color: #FFF;
}
#pscroller2{
width: 450px;
height: 1.2em;

padding: 5px;
background-color: #FFF;
}
#pscroller3{
width: 450px;
height: 1.2em;

padding: 5px;
background-color: #FFF;
}
#pscroller4{
width: 180px;
height: 9em;

padding: 5px;
background-color: #FFF;
}
#pscroller5{
width: 180px;
height: 9em;

padding: 5px;
background-color: #FFF;
}

.rssclass .rsstitle{
font-weight: bold;

}

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

.rssclass a{
text-decoration: none;
color: #5393FF;
}

.rssclass.rssdescription{ /*shared class for all description elements in an RSS feed*/
color: gray;
font-size: 85%;
}
