@charset "utf-8";
/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 width: 420px;
	 margin-left:30px;
}

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

.rss-item {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
    margin:0;
    padding:0;
	margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	
	}

.rss-item a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
.rss-date {
	font-size: xx-small;
	} 



