
.tickerclass{
	width: 700px;
	/* padding: 5px; */
	padding: 0px;
	background-color: none;
	/* border: 1px solid black; */
	/* 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.*/
}

.tickerclass a{
	text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "Apple LiGothic Medium";
	font-size: 16px;
	color: #336600;
	text-decoration: none;
	text-align: left;

}

.rsstitle a{
	text-decoration: none;
	color: #336600;
}

.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*/
}
