Underline

Place Cursor Here

For above mouseover effect,
insert below code into <HEAD> section of document.

<style>
a{text-decoration:none}
a:hover{text-decoration: underline; color:#ffff00;}
</style>