Dear Zlamushka ,

Look, I found a simple way of doing what you need. Have a look at the following code and see if it helps (ther is no href in the anchor) so nothing happens if you clik on the text:
<a title='test on MouseOver link'><font color='red'><u>test</u></font></a>
- the underline is obtained by <u></u> (remove it if not necessary);
- font color can also be written using the RGB code like this <font color="#eeff00"> some text </font>
- of course, the elegant way of managing all this is to add a css with styles and just apply it to format the text.

Hope it helps,
Radu