Hello to all;
Using this code, I get the following table formats:
proc template;
define style Styles.Custom;
parent = Styles.Journal;
replace fonts /'headingFont' = ("Arial",8pt,Bold) 'docFont' = ("Arial",8pt) /* Data in table cells */ ;
end;
Run;

But I would like to be able to change the colours of the lines and texts, for example like the following table:

How should I modify the proc template? I look and look at it, but I don't understand it and I don't get the results I want.
Thanks to all of you!