yo no se mucho de CSS, pero investigando hace un tiempo hice algo similar asi:
Código HTML:
<a href="#" style="color:#009933;"
onMouseOver="this.style.cssText='color: #cc0000'"
onMouseOut="this.style.cssText='color: #009933'"> Enlace </a>
espero que pueda ayudar