.cnnclass{
width: 100%;
background-color: none;
margin-bottom: 1em;
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.*/
}

.cnnclass 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: black;
font-size: 85%;
margin:3px 0px 5px 0px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	line-height:1.4em;
	padding:0px 0px 10px 0px;
	overflow:hidden;
	height:3em;
}
