Hi
I have learnt to load HTML links into flash using the loadVaribles text command, but how can i get it so i can change the color of the link when u rollover it. The code in HTML to do this is:

<style>
<!--
a:hover { color :lime;}
-->
</style>

but when flash loads the text file it doesnt respond to the rollover.

If any one has any ideas it would be greatly appreciated.