HTML/CSS/Basic Attributes/link
"link" sets the color of all links in an HTML document
<HTML>
<body link="#ff0000" bgcolor="#EEEEEE" text="#000000">
<a href="http://www.wbex.ru">www.wbex.ru</a>
</body>
</HTML>
<HTML>
<body link="#ff0000" bgcolor="#EEEEEE" text="#000000">
<a href="http://www.wbex.ru">www.wbex.ru</a>
</body>
</HTML>