.tipsy { 
	padding: 5px; 
	font-size: 10px; 
	opacity: 0.8; 
	filter: alpha(opacity=80); 
	background-repeat: no-repeat;  
	background-image: url(../images/tipsy.gif); 
}
.tipsy-inner {
	padding: 5px 8px 4px 8px; 
	background-color: black; 
	color: white; 
	max-width: 250px; 
	text-align: left; 
	font: 12px/1.4 Arial, Helvetica, sans-serif; 
}
.tipsy-inner { 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
}
.tipsy-south { 
	background-position: bottom center; 
	color: #484848; 	
}

a { 
	color: #101010; 
	text-decoration: none;
}

a img {
	border:0;
}

a:hover { 
	/*background-color: #505050;  Date : 27 Jan*/ 
	color: white; 
	text-decoration: none;
}