@charset "UTF-8";
/* CSS Document */

/* begin styles for RSS Feed */

.rss-box {
}

.rss-items {
}

.rss-item  {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #792323;
	line-height: 1.5em;
	font-weight: bold;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : underline;
	color: #792323;
	}

.rss-item a:hover {
	color: #091F50;
	}
	
.rss-date {
	font-size: 8px;
        margin: 0;
	font-weight : normal;
	color: #ffffff;
	} 
