HTML/CSS/Link Attributes/alink
"alink" specifies the link color inside the "body" when it has the focus
<HTML>
<Title>Example For alink</Title>
<BODY alink="red">
<p><a href="http://www.wbex.ru/" target=_blank>wbex.ru</a></p>
</BODY>
</HTML>
<HTML>
<Title>Example For alink</Title>
<BODY alink="red">
<p><a href="http://www.wbex.ru/" target=_blank>wbex.ru</a></p>
</BODY>
</HTML>