.rssclass{
	width: 195px;
	height: 120px;
	position: inherit;
	overflow: hidden;
	border: 1px;
	padding: 5px;
	margin-bottom: 5px;
}

.rssclasslong{
	width: 195px;
	height: 230px;
	position: inherit;
	overflow: hidden;
	border: 1px;
	padding: 5px;
}

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

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

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

.rssclass a{
text-decoration: none;
}

.rssclassbottom{
	width: 195px;
	height: 240px;
	position: inherit;
	overflow: hidden;
	border: 1px;
	padding: 5px;
	margin-bottom: 5px;
}

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

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

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

.rssclassbottom a{
text-decoration: none;
}

