xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
creationComplete="initApp()">
public function initApp():void {
styleManager.getStyleDeclaration("spark.components.Button").setStyle("fontSize",15);
styleManager.getStyleDeclaration("spark.components.Button").setStyle("color",0x9933FF);
}