HTML/CSS/Basic Attributes/vlink
"vlink" sets the link color that have already been visited
<HTML>
<head>
<Title>Example For vlink</Title>
</head>
<body bgcolor="yellow" text="#000000" bottommargin="200" vlink="green">
<a href="http://www.wbex.ru">wbex.ru</a>
</BODY>
</HTML>