html, body {
	margin:0px;
	padding:0px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

#rss-container {

}

#rss-title {
	color: #FFFFCC;
}
#rss-date {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}
#rss-subtitle {
	font-size: 10px;
	font-weight: bold;
	color: #808000;
	font-style: normal;
}
