.rssHead
{
	text-align: center;
	position:relative;
	height:auto;
	width:auto;
	border:solid 1px #cccfff
}
.rssHeadText
{
	padding:3px;
	top: 0;
	right: 0;
	width:auto;
}
.rssItems
{
	width:auto;
}
.rssContent
{	
	display:block;
	border:solid 5px #ccc;
	/*width:500px;*/
}
.rssContent .rssItem
{
	padding:1px;
}

.rssContent h1,.rssContent h2,.rssContent h3,.rssContent h4
{
	margin:1px;
	font-family: Arial, 'Courier New' , 'Times New Roman';
}
.rssContent h1
{	
	font-size: 16px;
	line-height: 18px;

}
.rssContent h2
{
	
	font-size: 10px;
	line-height: 11px;
	}
.rssContent h3
{
	font-size: 12px;
	line-height: 14px;
	}
.rssContent h4
{
	font-size: 10px;
	line-height: 12px;
}
