On mouseover anchor tag text color change

<a target="_blank" class="change" href="http://google.com" style="text-decoration:none;text-align:center"><font  size="+1" face="Adobe Garamond Pro Regular">http://google.com</font></a>
           
            <style type="text/css"><!--

a.change, a.change:link, a.change:visited{background:transparent;color:#0000FF;}
a.change:hover, a.change:focus, a.change:active{background:transparent;color:#FF0000;}

--></style>