/* begin styles for RSS Feed 

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

.rss-box {
	 width: 290px;
	background-color: #ffffff;}

.rss-title, rss-title a {
	margin: 0px 0;
	font-size:24px;
	color:#000;
	padding: 0;
	margin-bottom: 2em;}

.rss-items {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:20px;}

.rss-item  {
  font-size: 12px;;
  margin-bottom: 2em;}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	font-size:15px;}

.rss-item a:hover { 
	font-size:15px;font-weight:bold;}
	
.rss-date {
	font-size: small;
	} 
	
/* HYPERLINK STYLES */

		a { color: #1880F9; text-decoration:none; font-family: Georgia,Serif;}
		a:hover { color: #000; text-decoration: underline; font-family:Georgia,Serif;}