/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 100%;

}



.rss_title, rss_title a {

  font-size: 110%;
  
font-weight: bolder;

	margin: 0px 0;

	padding: 0;

}



.rss_items {

       list-style:none;



       margin:0;

       padding:0;

}



.rss_item  {

  font-size: 13px;

  margin-bottom: 5px;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {

font-weight: bold;

margin-bottom: 5px;

	}



.rss_item a:hover { text-decoration :underline;
             color : white;



	}

	

.rss_date {

	font-size: xx-small;

	}
