.rsslibchannel:visited {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.rsslibchannel:hover {
	color: #FF6600;
	background-color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
}
.rsslibitem:visited {
	color: #000099;
}
.rsslibitem:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0F0F0;
}

/* Item description */
.rsslibdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	margin-bottom: 5px;
	font-weight: normal;
}

/* Channel Editor */
.rsslibeditor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #999999;
	font-weight: bold;
}

/* Channel Date */
.rsslibdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-weight: normal;
}

/* Channel Copyright */
.rsslibcopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
	font-weight: normal;
}/* Channel title & link */
.rsslibchannel { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #009999;
	text-decoration: none;
	font-weight: bold;
 } 
/* Item title & link */
.rsslibitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
 } 
