.rssclass{
	width: 300px;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

.rssclass .rssitem{
position: relative; 
width: 100%;
}

.rssclass .rsstitle{
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}

.rssclass .rssdate{
	color: #333333;
	font-size: 10px;
	line-height: 14px;
}

.rssclass a{
text-decoration: none;
}
