Fancy Underline Styles
Apply Background bottom images to get fancy background bottom
HTML
<a href="#">This a test link</a>
CSS
a:link, a:visited {
color:#666;
text-decoration: none;
background: url(http://www.mediafire.com/conv/947d020f96af7c5f7d74ad522ff099d1c4bf2a5938948ca24664570c946ab2e36g.jpg) repeat-x left bottom;
}