Basic Links Color

There are two remaining global text color attributes: active links and visited links. The default color for active links is blue, while the default for recently visited links is purple. Change the defaults like this:

Active links: <link ="#XXXXXX">
Recently visited links: <vlink ="#XXXXXX">

Let's create a color scheme for the entire group. Add this this markup to the head of your index.html file:

<BODY BGCOLOR="#CCCCCC" TEXT="Black" LINK="#FFFFFF" VLINK="#999999">

check the results