Reports saved in HTML format from WITNESS Miner include style sheet tags that you can use to apply custom styles to your reports easily. The reports look for a style file named dlwreport.css in the same directory as the HTML report file.
The styles used in the reports are:
dlw-h1
dlw-h2
dlw-body
dlw-table
dlw-tableheader
dlw-tablerow
dlw-address
The screenshot below shows how these styles are applied to a statistics report.

A sample style-file (dlwreport.css) can be found in the Reports subdirectory of the WITNESS Miner installation directory. The following extract from the style file shows how the dlw-tableheader tag is used to format the header row in the table.
.dlw-tableheader {
background-color: blue;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: white;
font-size: 10pt;
font-weight: bold;
}
Netscape does not support stylesheets in the same way as Internet Explorer. Text styles applied to a table row in IE are applied to the text in each cell but not in Netscape; background formatting commands are not affected.
The IE style has been adopted for flexibility, but Netscape users can get the same effect by overiding the td tag in the style file.