
.rss-js {

}
.rss-js-header, .rss-js-header a:link, .rss-js-header a:visited, .rss-js-header a:active {
  font-size: 12px;
  text-decoration: none;
}
.rss-js-entry {
	margin-left: 10px;
	background: url(images/point.gif) no-repeat 0 2px;
	padding-left: 15px;
	line-height: 1.4;
  font-size: 12px;
  color: #333333;
}
.rss-js-entry a:link, .rss-js-entry a:active {
  color: #005585;
  text-decoration: none;
}
.rss-js-entry a:visited {
	color: #485270;
	text-decoration: none;
}
.rss-js-entry a:hover {
	color: #B83800;
	text-decoration: underline;
}
.rss-js-entry a:active {
  color: #005585;
  text-decoration: none;
}
