Graphics Flex



    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
        
    

    
        @namespace s "library://ns.adobe.com/flex/spark"; 
        
        .myClass {
            fontFamily: Arial, Helvetica, "_sans"; 
            color: Red; 
            fontSize: 12;
            fontWeight: bold; 
        }
    

    
        
            
            
            
                
                    The text in the RichText control uses the myClass
                    class selector.