| Set the font color to a specific color
| <FONT COLOR="#000000">This text will appear black</FONT>
|
| Set the background color for an entire page
| <BODY BGCOLOR="#000000">
|
| Set the default font color for an entire page
| <BODY TEXT="#000000">
|
| Set the color for links on an entire page
| <BODY LINK="#000000">
|
| Set the color for visited links on an entire page
| <BODY VLINK="#000000">
|
| Set the color for text, links, visited links, and background for an entire page
| <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FFFF00" VLINK="#00FFFF">
|