span.mytipp {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

/* quotes */
	.latestHeadline {
		font-size: 13px; 
		font-weight: bold;
		color: navy;
	}

span.mytipp a, .tipp {
	position: relative;
	border: 0px solid #B7B7B7;
	}

span.mytipp a span, .tipp span {
  display: none;
  color: #FFFFFF;
  }
 
span.mytipp a:hover, .tipp:hover {
  background-color: transparent;
  }

 
span.mytipp a:hover span, .tipp:hover span {
	width: 106px;
 	position: absolute;
	top: -5px;
	left: -120px;
	display: block;
	background: #e6ecff;
	border: 1px solid #999999;
	text-decoration: none;
	padding: 3px;
	opacity: 1.8;
	filter: alpha(opacity=100);
  }
  
  
  
  
  
