Login to your ACP.
Click Style Sheets
Click Edit next to your skin name (SmoothTangerine?)
Find:
Code:
a:link, a:visited, a:active { text-decoration: none;color: #1C303F; }
And replace with
Code:
a:link, a:visited, a:active { text-decoration: underline;color: #1C303F; }