Colors: No settings are specified in these documents for text
 or background colors so it's up to you to set defaults in your browser.  I'll
 offer my current favorites but feel free to ignore them (R,G,B values in
 decimal): bgcolor=0,0,0 (black), text=238,224,208 (warm white), link=255,221,0
 (yellow), vlink=255,153,0 (orange), alink=255,153,0 (orange).  I wasn't going
 to bother with color but when I experienced Sam's Laser FAQ with light
 colored text on a dark background, I was hooked.  As a rationalization of
 sorts, this color scheme is easier on CRT-based computer monitors.
 The only real disadvantage I can see is that for printing, it will be best
 to change your browser preferences to use black text on a white background
 unless you have stock in an ink company! ;)
 If you want to install these colors in local copies of any of the documents,
 replace the <BODY> line with the following:
    <BODY bgcolor="#000000" text="#eee0d0" link="#ffdd00" vlink="#ff9900"
     alink="#ff9900">
 (These are the same colors as those given above but in hexadecimal.)