/*
 * Used to display RSS feeds
 * 
 */

.rss {

}

table.rss {
	background-color: #f9f9f9;
	color: black;
	border: 1px solid #ccc;
	width: 100%;
}

th.rss {
	font-weight: bold;
	border-bottom: 3px solid #B1953A;
}

td.rss {

}

a.rss, a.rss:visited {
	font-weight: bold;
	text-decoration: none;
}

a.rss:hover {

}

div.rss {
	background-color: transparent;
	color: #332211;
}