Functions like a mouseover for text links
Add the section in red to your a-tag
[a href="linkpage.htm" onMouseover=highlight(this,'yellow') onMouseout="highlight(this,document.bgColor)"] linkword[/a]
Use the same or different highlight colors as you think best.