Underline & Overline

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 + overline; color:#fff8dc;}
</style>