Customizing Results - Style Sheets
In that ForScore's results are now formatted with 'cascading style sheets', you can do more customization than previously. You can change the font, color, boldness of various elements, etc.
To do so, you'll need to have some comfort with CSS syntax. Amazon.com has a number of books available on the subject. Also, it's wise to check any changes on more than one web browser. I've gone back and forth among Internet Explorer 6.0, Netscape 8.1, Firefox 1.5, and Opera 8.5 in designing these web pages. What looks right on one does not necessarily look right on another.
Your style sheet must be named forscore.css (all lower case), and needs to be on your web server in the same folder with your results pages. For testing purposes, you'll probably also want a copy in the c:\idpahtml folder on your local computer. Modifying any item in the style sheet will automatically modify all your web results pages.
Be sure to enable forscore.css, either in Program Preferences or in the Web Page Wizard. (It does no harm to leave this box checked, even if you're not presently using a style sheet.) These check boxes will only be visible if you've enabled Advanced Menus in Program Preferences. By default, upgrading to version 1.41 or above will check that box.

Items available to customize are best determined by looking at results generated by ForScore.
As well as the generic (body, h1, h2, th, etc.), custom elements at present include:
td.name {shooter name)
td.place (place)
td.score (match score)
td.winner and td.winnerx (data cells for stage winners)
td.stage and td.stagex (data cells for stage scores for everybody else)
td.pen (date cells for penalties)
tr.x (used to set background color for grey rows if using greybar effect)
.divclass (font for div/class headings, i.e., CDP Sharpshooter )
#homelink (link to home page)
#links (links to match sub-pages)
#pdf (links to PDF pages)
#topkey ("Numbers in (parenthesis) are" section)
#exp (bottom box explaining divisions, etc.)
#topbox and #topboxa (together, make up the "high senior" box at the top)
A couple example pages can be viewed on the Beach Bunny Software website.