/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss-box {

	 width: 140px;
         padding: 0px;
	 background-color: #565555;
	border: 0px;
}



.rss-title, rss-title a {
font-size: 12px;
color: #ffffff;
	font-weight:bold;
	margin: 10px 0;

	padding: 0;

}



.rss-items {

       list-style:none;

       margin:0;

       padding:0;
color: #ffffff;

}



.rss-item  {

  font-size: 12px;
  color: #ffffff;
  margin-bottom: 1em;;

}



.rss-item a:link, .rss-item a:visited, .rss-item a:active {



	}



.rss-item a:hover { 
color:#F0FF03;


	}

	

.rss-date {

	font-size: xx-small;

	}
