/* begin styles for RSS Feed */

.rss_box {
	width: 400px;
	background-color: #29298F;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight : 100;
	margin: 8px 0;
	color: #FFFFFF;
	cursor: auto;
	list-style: circle;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: #FFFFFF;
	}

.rss_item a:hover {
	text-decoration : none;
	color: #CCCCCC;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #FFFFFF;
	}
