body {
	margin:0;
	padding:0;
	text-align:center;
	}


#box{ width:260;
      font-size:10pt;
      font-weight:bold;
      text-align:left;
      float:left;

}


.rss_box {
	 margin: 0px;
	 padding: 0px;
	 width: 260px;
	 background-color: #FFFFFF;
         text-align:left;
}

.rss_items {  font-size: 11pt;
  font-weight : normal; 
  margin: 15px;  
}


.rss_item  {  font-size: 11pt;
  font-weight : normal; 
  margin: 3px; 
}


.rss_title a:link, .rss_title a:visited, .rss_title a:active {
 
	text-decoration : underline;
	color: #FFFFFF;
}


.rss_title a:hover { 
	text-decoration : underline;
	color: #FFFFFF;

}
.rss_item a:link, .rss_item a:visited, .rss_item a:active,.rss_item a:hover  {
 
	text-decoration : underline;
	color: #0000FF;
}