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

a:link {
	color: #FF0000;	
	text-decoration:none;
}

a:visited {
	color: #FF0000;	
	text-decoration: none;
	}

a:active {
	color: #FF6600;
	text-decoration: none; 
}

a:hover { 
	color: #990000; 
	background: #DEDECA;
	text-decoration: none;
}

abbr { color:#CC00FF;
	text-decoration: none;
}

abbr:hover {	
	color: #CC00FF;
	background:#DEDECA;
	text-decoration: none	
}

.tooltip {
	border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
 
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
 
.tooltip:hover span {
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
}