proc template; define style pharma; parent = styles.rtf; style body from body / leftmargin = 1.0in rightmargin = 1.0in topmargin = 1.0in bottommargin = 1.0in; style heading from heading / cellpadding = 0 cellspacing = 0; style table from table / rules = groups frame = void cellpadding = 1.5pt cellspacing = .25pt; replace fonts / 'TitleFont2' = ("Times New Roman",9pt,Bold) 'TitleFont' = ("Times New Roman",9pt,Bold) /* */ ; replace headersAndFooters from cell / font = fonts('HeadingFont') foreground = colors('headerfg') background = white; end; run;