Presenting links: rollovers, CSS, dynamic text boxes

w’sup everyone…
i’ve got a list of links to display, and i’d like to know what sort of options i have with flash, to make them more user friendly.

the links will just be text, displayed like such:

[color=navy]link 1
link 2
[/color]

[color=navy]link 3[/color]
[color=navy]…[/color]
[color=navy]…[/color]
[color=navy]…[/color]
[color=navy]…[/color]
[color=navy]link 22[/color]
[color=navy]link 23 [/color] (etc…)

i came across this tutorial: (“links in a dynamic text box”)
http://www.kirupa.com/developer/mx/links_dynamictextbox.htm
and that is certianly an easy way to enter all the data, and set up the corresponding links/hypertext.

but are there any easy ways to simulate CSS? for example, so that visited links show up a diff color, or so that they have various roll over qualities? (mainly changing color/font size/itallics/etc… but a SOUND would be cool too!! :beer: )

i know i could just make buttons for each indiviudal text link… but i’ve got a LOT of links… and making that many buttons sounds quite time consuming…

so is there any short quick way (like in CSS, where you can link them all to a style sheet) to do this with flash?