.bbcclass{
height: 75px;
overflow: hidden;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 6px;
}
.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-size: 77%;
font-weight: bold;
line-height:150%;
margin:0.5em 0;
display:inline-block;
}
.rsstitle a{ /*shared class for all title elements in an RSS feed*/
color: #000000;
text-decoration: none;
}
.rsstitle a:hover{ /*shared class for all title elements in an RSS feed*/
color: #000000;
text-decoration: underline;
}
.rssdate{ /*shared class for all date elements in an RSS feed*/
font-size: 77%;
font-style:italic;
display:none;
}
.rssdescription{ /*shared class for all description elements in an RSS feed*/
font-size: 77%;
line-height:150%;
}
.rssdescription a{ /*shared class for all title elements in an RSS feed*/
color: #000000;
text-decoration: none;
}
.rssdescription a:hover{ /*shared class for all title elements in an RSS feed*/
color: #000000;
text-decoration: underline;
}
