Use getStyleDeclaration() to apply the styles with the global selector
public function initApp(e:Event):void { StyleManager.getStyleDeclaration("global").setStyle("fontSize", 22); StyleManager.getStyleDeclaration("global").setStyle("textDecoration", "underline"); }