a {
	position: relative;
}

a:hover span {
	position: absolute;
	display: block;
	background: #fff;
	font-size: 14pt;
	border: 1px solid red;
} 
