WayneDoherty, I just answered your question in your post...
Baph, as for the underline in your problem...how did you define the CSS?? I write my own CSS style in, this way I can edit it with ease...this is what I put in for WayneDoherty post...it should still apply to you as well...
<style>
A:link {font-family: "Arial"; font-size:10pt; color:#003399; font-weight:none; text-decoration:none}
A:visited {font-family: "Arial"; font-size:10pt; color:gray; font-weight:none; text-decoration:none}
A:hover {font-family: "Arial"; font-size:10pt; color:#FF0000; font-weight:none; text-decoration:none}
A:active {font-family: "Arial"; font-size:10pt; color:#003399; font-weight:none; text-decoration:none}
</style>
The portion in red puts the underline feature of hover as off...try this, and it will work... I have not failed; I merely found 100,000 different ways of not succeding...