/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%; 
	 padding: 4px 8px; 
	 width: 600px;
	 background-color: #ffffff;
} 


.rss_title, rss_title a {
	/*font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;*/
	/*font-size: 18px;*/
	font-family : Tahoma,Verdana,Arial;
	font-weight:bold;
	color : #EF6D00;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_title a:hover {
 
      color : #FF0000;
 
 }

.rss_items {
  
}

.rss_item  {
  /*font-family: verdana, arial, sans-serif; */
  /*font-size: 13px; */
  font-family : Tahoma,Verdana,Arial;
  font-weight : bold;
  margin: 8px 0; 
  color: #000000;
  font-size : 11px;
  font-family : Tahoma,Verdana,Arial;
  Font-weight: bold;

}

.rss_item .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #0000ff;
	color: #0000ff;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}