﻿/* Channel title & link */
.rsslib_nwchannel{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.rsslib_nwchannel a, .rsslib_nwchannel a:link, .rsslib_nwchannel a:visited{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.rsslib_nwchannel a:hover {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
/* Item title & link */
.rsslib_nwitem, a:visited.rsslib_nwitem {
	font-family: Arial;
	font-size: 11pt;
	color: #0000aa;
	font-weight: bold; text-decoration:none
}
a:hover.rsslib_nwitem {
	font-family: Arial;
	font-size: 11pt;
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold
}

/* Item description */
.rsslib_nwdesc {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px
}
a:link.rsslib_nwdesc, a:visited.rsslib_nwdesc {
	font-family: Arial; font-size:10pt;
	color:#800000;
	text-decoration: underline;
	margin-bottom: 5px
}
a:hover.rsslib_nwdesc {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
	margin-bottom: 5px
}
.rsslib_nwauthor {
	font-family: Arial;
	font-size: 8pt;
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}
/* Publish date */
.rsslib_nwpubdate {
	font-family: Arial;
	font-size: 8pt;
	color: #006600;
}
/* Copyright */
.rsslib_nwcopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #000000;
}a:link.rsslib_nwcopyright, a:visited.rsslib_nwcopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #000099;
	text-decoration: underline;
}a:hover.rsslib_nwcopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #FF0000;
	text-decoration: underline;
}