Good HTML Conventions
Colors-- defined within the <body>
text - the color of the viewed text (default is black- #000000
bgcolor - the background color (default is white #FFFFFF or grey)
link - color of unvisited links (default is blue)
vlink - color of visited links (default is purple)
Colors are based on RGB representation #RRGGBB (where R,G,B accept values from 0-F)
Netscape and IE allow for color names- text=“yellow” not widely standard.