.rss-js {
	font-size: 10px;
}
.rss-js-header, .rss-js-header a:link, .rss-js-header a:visited, .rss-js-header a:active {
	font-size: 12px;
	background-color: #3399CC;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.rss-js-header a:hover {
	text-decoration: underline;
}
.rss-js-entry {
	font-size: 10px;
	background-color: #F4FBFF;
	color: #999999;
	text-indent: 0px;
}
.rss-js-entry a:link, .rss-js-entry a:visited, .rss-js-entry a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.rss-js-entry a:hover {
	text-decoration: underline;
}
