.newsclass{
font-family: Georgia, "Times New Roman", Times, serif;
width: 570px;
padding: 5px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=25); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.2; /*Specify fade effect in Firefox. Remove if desired.*/
}

.newsclass 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: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
.newsbox {
	float: left;
	width: 570px;
	clear: left;
	background-color: #F3F3F3;
	min-height: 50px;
}
