/*
 * Used to display RSS feeds
 * 
 */

.daterss {
	font-size: 9px;
}

.rss {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 12px;
}

table.rss {
	background-color: #f9f9f9;
	color: black;
	border: 2px solid #ccc;
	width: 100%;
}

th.rss {
	font-weight: normal;
	border-bottom: 3px solid blue;
}

td.rss {
	;
}

a.rss, a.rss:visited {
	color: navy;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.rss:hover {
	color: blue;
}

div.rss {
	background-color: transparent;
	color: #332211;
}
