/* Channel title & link */
.rsslibchannel,.rsslibchannel:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	background-color: #fff;
	text-decoration: none;
       text-transform: uppercase;
       line-height: 2em;
       border-bottom:2px solid #ff0033;
}
.rsslibchannel:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0033;
	background-color: #fff;
	text-decoration: none;
       text-transform: uppercase;
       border-bottom: 1px solid #ff0033;
}

/* Item title & link */
.rsslibitem,.rsslibitem:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0525BC;
	text-decoration: none;
}
.rsslibitem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0033;
	text-decoration: underline;
}

/* Item description */
.rsslibdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: .5em;
       border-bottom:1px dotted #111;
}

/* Channel Editor */
.rsslibeditor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #111;
}

/* Channel Date */
.rsslibdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	font-size: .9em;
}

/* Channel Copyright */
.rsslibcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaa;
	font-size: .9em;
}
