xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark"
creationComplete="initApp(event)">
public function initApp(e:Event):void {
styleManager.getStyleDeclaration("global").setStyle("fontSize", 22);
styleManager.getStyleDeclaration("global").setStyle("textDecoration", "underline");
}