@charset "utf-8";

.cnnclass{
	-moz-opacity: 0.8;
	color: #000066;
	text-align: left;
	padding-left: 10px;
}

.cnnclass a{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
}

.bbcclass{
	width: 400px;
	padding: 6px;
	background-color: lightyellow;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-weight: bolder;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	color: #999999;
	font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	font-weight: normal;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}

