.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: #F6F6FA;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.rss-js-header a:hover {
	text-decoration: underline;
}
.rss-js-entry {
	/*float: left;*/
	/*width: 190px;*/
	font-size: 12px;
        background-color: #F6F6FA;
	color: #000000;
	text-indent: 0px;
}
.rss-js-entry2 {
	font-size: 12px;
        background-color: #F6F6FA;
	color: #000000;
	text-indent: 0px;
}
.rss-js-entry a:link, .rss-js-entry a:visited, .rss-js-entry a:active {
	font-size: 12px;
	color: #000046;
	text-decoration: none;
}
.rss-js-entry a:hover {
	text-decoration: underline;
}
.rss-js-entry img{
  width: 188px;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
  clear: both;
}
.rss-js-entry2 img{
  width: 230px;
  margin-left: 70px;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
  clear: both;
}
