/* CSS Document */
/* Styles for rssclient */
div.rssfeed { border: 5px solid #057607; background-color: #FFFFCC;
width: 300px; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }

/* Text in info box */
div.rssinfo a { text-decoration: none; color:#999999; font-size:10px;
background-color: #FFFFCC; }
div.rssinfo a:hover { text-decoration: underline; }

/* Title/Link to story */
dl.rss dt { font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }

dl.rss dt a { font-family: Arial, Helvetica, sans-serif; font-size:12x; color:#005E7E; }

/* Summary text */
dl.rss dd {
	margin-left: 0px;
	padding-bottom: 1em;
	background-color:#FFFFCC;
	margin-top: 0px;

}
