.rssTitle {
	font-size: small;
	font-weight: bold;
	color: #37acd4;
}
.rssDesc {
	font-size: small;
}
.rssDate {
	font-size: smaller;
}
.rssImgLeft {
	float: left;
	border:2px solid #bfd4e3;
	margin-right:10px;
	margin-bottom: 5px;
}
.rssImgRight {
	float: right;
	border:2px solid #bfd4e3;
	margin-left:10px;
	margin-bottom: 5px;
}
.rssP {
	text-align: justify;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
.rssMore {
	font-weight: normal;
	font-style: normal;
	color: #5482a2;
}
.rssMore a:link, .rssMore a:visited, .rssMore a:active {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	color: #5482a2;
}
.rssMore a:hover {
	color: #00DD00;
}