table.rssBox {
   width: 150px;
	border: thin;
	border-style: solid;
	border-color: #E3E4DB;
}

td.rssBoxHead {
   height: 39px;
	background-color: #E3E4DB;
}

p.rssBoxTitle, p.rssBoxItem {
   margin: 2px 0 0 15px;
   text-indent: -15px;
   font: normal 11px verdana, sans-serif;
}

p.rssBoxItem {
   padding-top: 4px;
   padding-bottom: 8px;
}

p.rssBoxItem a {
	color: #747474;
	text-decoration: none;
}

p.rssBoxItem a:hover {
	color: #747474;
	text-decoration: none;
	background: #E3E4DB;
}

p.rssBoxTitle a {
	color: #747474;
	text-decoration: none;
}

p.rssBoxTitle a:hover {
	color: #747474;
	text-decoration: none;
	background: #E3E4DB;
}