.rssclass{
	width: 260px;
	height: auto;
	position: relative;
	overflow: hidden;
	border: 1px none black;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

.rssclass .rssitem{
	position: relative;
	width: 220px;
	text-align: center;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
