/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {
	 /*width: 500px;*/
	 background-color: #ffffff;
	 /*border: 1px solid #9B72CF;*/
}



.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}


.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}



.rss_item  {
  font-size: x-small;
  margin-bottom: 1em;;
}

.rss_item a {
	text-decoration : none;
	color:blue;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}

.rss_item a:visited {
	text-decoration : none;
	color:blue;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}

.rss_item a:hover { 
	text-decoration : none;
	color:red;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}

	

.rss_date {
	font-size: xx-small;
	}
