
By view preferences, I am refering to the various HTML tags and attributes used to change the overall appearance of the page. These changes include the background color/graphic, the default text or link color, etc.
| BGCOLOR | The background color of the page (in hexadecimal) |
| BACKGROUND | The image to tile the page background with |
| LINK | The default color for all links on the page (hex) |
| VLINK | The default color for all visited links (hex) |
| ALINK | The default color for all absolute links |
| TEXT | The default color for all text on the page |
<BODY BACKGROUND="BACKGROUND.GIF" TEXT="#FF0000">
This page was created by Scott Andersen, Eric Schroeder, and Drew Viersen.