body {
	margin: 0px;
	padding: 0px;
}

#rssreader {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#rssreader h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#rsslist {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	/*overflow: auto;
	overflow-y:scroll;*/
}
#rsslist table {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
#rsslist th,
#rsslist td {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
#rsslist th {
	color: #CC0000;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal;
	width: 60px;
}
#rsslist td {
	color: #F3F3F3;
	vertical-align: top;
}
#rsslist td a {
	color: #cccccc;
	text-decoration: none;
}
#rsslist td a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
