@charset "utf-8";
/* CSS Document */


a:link, a:visited {
	color: #FB890B;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}


/* Tooltip Settings */
a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
	position: absolute; 
	bottom: -18px;
	left: 75px;
	padding: 5px;
	margin: 10px; 
	z-index: 100;
	width: 150px;
	text-decoration: none;
}