div.float {
  float: left;
  width: 250px;
  height: 220px;
  border: 1px solid #808ebf;
  margin: 4px;
  background-color: #ffffff; 
  white-space: normal; 
  text-overflow: ellipsis; 
  overflow: visible; 
  color: #000000;
  text-align: center;

  }

#left {
  
  border: 0px solid;
  padding: 4px; 
  margin: 4px;
  color: #9090ff;
  
}
body { 
	font-family: arial; 
	font-size: 11px;  
	background-color: #edf0f9;

} 

td { 
  font-family: arial; 
	font-size: 11px;  
	
}



.normall { 
	font-family: arial; 
	font-size: 11px;  
	
} 

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#ccccfe; border:1px solid #336; 
  font-family: arial; 
  width:450px; padding:4px;
  color:#000; font-size:12px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }

b { color: black; } 

#feed_bigbox {
	margin: 4px; 
	width:  800px;
	border: 0px solid;
	text-align: left; 
}

#text_box {
	background-color: #ffffff;
	border: 1px inset;  
	padding: 6px;
} 
a, a.link {
	color : blue;
	position: relative; 
//	text-decoration: none;
	white-space : normal;  
	
	/*border-bottom : 0px solid #666699;
	border-top : 0px solid #666699;*/
	
}

a:hover {
  text-decoration: italic; 
}



a.visited {
	color : #808ebf;
	text-decoration: none;
	border-bottom : 0px solid #666699;
	border-top : 0px solid #666699;
	
}



