.LCBlog{
width: 170px;
text-align:left;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #999;
border-top:1px solid #999;
margin-bottom: 10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.LCBlog a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #999999;
font-size: 10px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}