Change the style attributes of the Fonts style element in the parent style by replacing Fonts in the child style Science. The STYLE statement adds to the child style the style element Fonts, which also exist in the parent style. All style elements that use the user-defined attributes that Fonts define use the attributes that are specified in the STYLE statement, not the ones that are specified in the Styles.Default style. Because no FROM option is specified, the instance of Fonts in the Science style completely replaces the instance from the Styles.Default style. No style element inheritance occurs.


      style fonts /                                                         
         "TitleFont2" = ("Verdana, Verdana, Helvetica, sans-serif",14pt,Bold) 
         "TitleFont" = ("Verdana, Verdana, Helvetica, sans-serif",18pt,Bold)  
         "StrongFont" = ("Verdana, Verdana, Helvetica, sans-serif",14pt,Bold) 
         "EmphasisFont" = ("Verdana, Verdana, Helvetica, sans-serif",10pt,    
         Italic)                                                              
         "FixedEmphasisFont" = (""Courier New", Courier, monospace",10pt,     
         Italic)                                                              
         "FixedStrongFont" = (""Courier New", Courier, monospace",10pt,Bold)  
         "FixedHeadingFont" = (""Courier New", Courier, monospace",10pt)      
         "BatchFixedFont" = (""Courier New", Courier, monospace",10pt)        
         "FixedFont" = (""Courier New", Courier, monospace",10pt)             
         "headingEmphasisFont" = ("Verdana, Verdana, Helvetica, sans-serif",14
         pt,Bold Italic)                                                      
         "headingFont" = ("Verdana, Verdana, Helvetica, sans-serif",14pt,Bold)
                                                                              
         "docFont" = ("Verdana, Verdana, Helvetica, sans-serif",8pt,Bold);