This STYLE statement creates the style element systemtitle. By default, ODS uses systemtitle to render SAS titles. This style element uses a color scheme of a red foreground on a white backgound. It uses the same font face and font_weight as header, but it adds an italic font style and uses a larger font size.
     style systemtitle /
         background=white
         foreground=red
         font_face="arial, helvetica"
         font_weight=bold
         font_style=italic
         font_size=6;