Specify attributes for the table. This STYLE statement is applied to tables. Although these specific attributes are set with this STYLE statement, all other table attributes are inherited from the style elements that are defined in the parent styles.


     style Table from Output /                                               
         cellpadding = 5                                                      
         cellspacing = 2                                                      
         bordercolordark = colors("tableborderdark")                          
         bordercolorlight = colors("tableborderlight")                        
         borderwidth = 2;