Hi there,

Just some recommendations to fine-tune this. :-)

I suggest removing the Width Percentage's from the HTML document. This
would allow HTML document to preview properly on any monitor and not have to
squish the date/time, destination or anything else. The Print options both
in Firefox and IE will print it properly.

I also suggest moving to an Tahoma font, as that is the web-based standard
font over Times New Roman.

Finally, the HTML seems to have a lot of errors in it.

<FONT FACE="Times New Roman"SIZE=2><P>
00446</FONT></P></TD>

If you notice, the correct form is:

<FONT FACE="Times New Roman"SIZE=2><P>
00446</P></FONT></TD>

or even:

<FONT FACE="Times New Roman"SIZE=2>
00446</FONT></TD>

Since <P> really isn't needed inside a table.

The titles seem to be incorrect as well:

<TD WIDTH="10%"VALIGN="center"><B><I><FONT FACE="Arial"SIZE=2><P>
Size (bytes)</I></B></FONT></P></TD>

Should be:

<TD WIDTH="10%"VALIGN="center"><FONT FACE="Arial"SIZE=2><B><I><P>
Size (bytes)</P></I></B></FONT></TD>

or again:

<TD WIDTH="10%"VALIGN="center"><FONT FACE="Arial"SIZE=2><B><I>
Size (bytes)</I></B></FONT></TD>


One more thing ... I recommend adding: