Background and Text Colors

Go to the Navigation pageHelpExitBackNext

Colors for Links and Text
You can also specify colors for text and links in the <BODY> tag. Here, you'll notice the following <BODY> tag:

<BODY BGCOLOR="red" TEXT="yellow" LINK="white" VLINK="gray" ALINK="green">

The background is red, the normal text is yellow, and there are three separate attributes for link colors.