Underline Text Hover decoration
HTML
<a href="#">This a test link</a>
CSS
a{
text-decoration: none;
}
a:hover, a:focus, a:active {
background-image: url(http://www.mediafire.com/conv/ebd764e80f8d316d2fa6159529e097ae9b5ff521aaca05cb7f9cdbcf41d786d56g.jpg);
}