<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" viewSourceURL="srcview/index.html">
    <!--
        The following code contained in this chapter's bundle consists of:
            
            Listing 18-1
                Applying MXML Styles to a Button
            
            Listing 18-2
                Using a Block of CSS Styles
            
            Listing 18-3
                Defining Two Named Styles With CSS
            
            External StyleSsheet Example (Unnumbered_Listing_ExternalStyleSheet.mxml)
            
            Listing 18-4
                Calling setStyle() to Set Styles at Runtime
            
            Listing 18-5
                Setting the styleName property at Runtime
            
            Figure 18-6
                Button skinned to look like a star
            
            Figure 18-14
                This Panel has custom graphical skinning and CSS styling.
            
    -->
</mx:Application>