Texto invisible - visto después de MouseHover
Agregan el código debajo de un texto que sea invisible hasta que un ratón se mueve encima le:
<style>a span{display:none;}
a:hover span {display: block;
position:absolute;
top:350px;
left: 350px;
width: 300px;
height: 300px;
padding: 0px;
margin: 10px;
z-index:6;
color:COLOR del TEXTO AQUÍ;
background-color:transparent;
font-size:50px;
font-family:Arial, text-align:center;}
</style>
<a href="http://URL_OF_SITE_HERE">TEXTO EXHIBIDO del ACOPLAMIENTO AQUÍ <span>TEXTO EXHIBIDO del ACOPLAMIENTO AQUÍ</span></a>