Hi: Depending on your destination, #1 may or may not be respected, but for RTF and PDF, you should be able to just use an OPTIONS statement to change the margins (HTML and CSV, for example, don't use the margins). For #2, you can't do this in a style template, by itself, (you actually did not say what kind of template you were creating, but from your changes, I assume you mean a style template). PROC REPORT can alternate every color pretty easily; or there is a table template method that works to do alternate highlighting. I believe there have been previous forum postings. I am teaching today and can't post anything or search until later. For #3 you could simply change the title color in the title statement: title color=purple font='Calibri' h=18pt 'My Purple Title'; Generally, the font size or height is going to determine how "high" the title line is. If you have successfully changed the title font to Calibri in your style template, then that would be the same place that you change the font size. And usually, that is enough to change the height. cynthia
... View more