.rss-box-w {
	 margin: 1em;
	 width: 50%;
	 background-color: #e4f8e4;
	 border: 1px solid #330033;
}

.rss-box-g {
	 margin: 1em;
	 width: 50%;
	 background-color: #bcbcbc;
	 border: 1px solid #333333;
}

.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
	background-color:#e4f8e4;

}

p.rss-title {padding:0.5em;}

.rss-title {
	text-decoration: none;
	font-family: "arial", "verdana", "sans-serif";
	font-size: 16px;
	background-color:#e4f8e4;
	color:#8080C0;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}
.rss-item  {

    font-family: "arial", "verdana", "sans-serif";
    font-size: 14px;
    font-weight : normal;
    list-style:none;
    padding-bottom:1em;
}
.rss-item a {

	text-decoration : none;
    color:#000000;
    font-size: 14px;
    font-weight:normal;
    font-family:"arial", "sans-serif";
}
.rss-item a:hover{
    color: #D70000;
    font-size: 14px;
    text-decoration: none;
}
.rss-item a:visited {
    color:330033;
}
.rss-date {
    font-size: 10px;
    font-weight : normal;
    color: #8080C0;
}
