Using CSS in AS3

http://www.republicofcode.com/Cascading Style Sheets (CSS) are simple code sheets that are used to configure the visual look of pages and texts on the web. It could be used in Flash projects to format the way text fields look in Flash. Using CSS in Flash provides a number of advantages such as being able to customize your text in deeper ways (e.g. changing the the color of links) and to update the look of the text without having to go back to the source file.

This tutorial will teach you how to format some externally loaded text by using CSS.
View Tutorial