.rss-box {
     background-color: #000000;
     }

.rss-items {
    margin:0;
    padding:0;
}

.rss-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	font-weight: bold;
}

.rss-item  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight : normal;
	list-style:none;
	color: #FFFFFF;
}
.rss-item a {
    text-decoration : none;
    font-size: 16px;
    font-weight:light;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7990D;
    }

.rss-item a:hover {
	color: #000000;
	background-color: #F7990D;
	}

.rss-date {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight : normal;
    color: #666666;
	font-style: italic;
	padding-bottom:1em;
    } 
.cssDIV {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.minimumWIDTHrss {
	max-width: 200px;
	min-width: 200px;
		}