/* begin styles for RSS Feed 

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



.rss-box {
	width: 190px;
	background-color: #F2AE56;
	border: thin dotted #A72924;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}



.rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

}



.rss-items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss-item  {

  font-size: 14px;

  margin-bottom: 1em;;

}



.rss-item a:link, .rss-item a:visited, .rss-item a:active {



	}



.rss-item a:hover { 



	}

	

.rss-date {

	font-size: xx-small;

	}
