.rss_item
{
	text-decoration: none;
	padding-left: 5px;
	color: #494949;
	display: block;
}

.rss_item:hover
{
	text-decoration: underline;
	color: #000000;
	cursor: hand;
}

