This code produces normal text of your chosen colour, however there is a twist. When a user places there mouse on the text it changes to a colour of your choice. Its a really nice script, see the example below.
Place your mouse here!
Like it? Copy and paste the below HTML Code into your web editor, and change the parts in red to suit your needs.
<b onmouseout="this.style.color = 'red';" onmouseover="this.style.color
= 'green';" align="justify"> Text you want to Change colour on mouseover </b>