<style>
.rss_box {
	 margin: 0px 0%;
	 padding: 0px 0px;
	 background-color: #FFFFFF;
	
}
.rss_title, rss_title a {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}
.rss_items {list-style-type: square;
}
.rss_item  a{
  font-family: arial, sans-serif;
  text-decoration : none;
  font-size: 11.5px;
  font-weight : bold; 
  margin: 0px 0;
  font-style: normal;
}
.rss_item  {
  font-family: arial, sans-serif;
  font-size: 10.5px;
   
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px SOLID #000000;
	color: #0000A0;
   font-style: normal;
	}
.rss_item a:hover { 
	text-decoration : none;
	color: #db0000;
	border-bottom: 1px dotted #db0000;
  font-style: normal;
	}
.rss_date {
   font-family: arial, sans-serif;
	font-size: 10.5px;
	font-weight : bold;
	color: #8A2F2F;
  font-style: normal;
	}</style>