@charset "utf-8";
/* CSS Document */

.rssbox{
width: 180px;
padding: 5px;
margin-bottom: 1em;
text-align: justify;
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.*/
}
.rssbox a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
padding-bottom:5px;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
text-align:right;
padding-bottom:3px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}



