/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */

.rss-box {
	width: 270px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.rss-title, rss-title a {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.rss-items {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.rss-items LI {
	list-style-image: url(../images/arrow.jpg);
}
.rss-item {
	font-size: small;
	margin-bottom: 1em;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
}
.rss-item a:hover {
}
.rss-date {
	font-size: xx-small;
}
