.rss_box {
	 margin: 10px;
	 padding: 4px 8px;
	 background-color: #666666;
	 border: 2px groove;
         border-color: white;
}

.rss_box_inner {
	 margin: 10px;
	 padding: 4px 8px;
	 background-color: #666666;
	 border: 0px groove;
         border-color: #666666;
}


.rss_title, rss_title a {
	font-family: tahoma;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
        color: white;
	letter-spacing: 0px;
}

.rss_sub_title {
 	font-family: tahoma;
	font-size: 14px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
        color: silver;
	letter-spacing: 0px;
	}


.rss_list1 {list-style: disc outside; color:#c0c0c0;
	} 

.rss_items {
  
	}

.rss_item  {
	font-family: tahoma;
	font-size: 10px;
	color: #c0c0c0;
	font-weight : bold; 
	}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : underline;
	border-bottom: 1px groove #ededed;
	color: #ffff00;
	}

.rss_item a:hover { 
    color: white;
	}
	
.rss_date {
	font-size: 8px;
	font-weight : normal;
	color: #ffffff;
	}
	
.rss_item_description  {
	font-family: tahoma;
	font-size: 10px;
	color: #c0c0c0;
	font-weight : bold;
	margin: 5px 0;
	}
	
.rss_footer {
 	font-family: tahoma;
	font-size: 10px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
        color: silver;
	letter-spacing: 0px;
	}