HTML/CSS/CSS Attributes and Javascript Style Properties/visited
"visited" Example
<html>
<head>
<style>
a:visited { font-size:75%; color:gray }
</style>
</head>
<body>
<a href="http://www.wbex.ru" target="_blank">wbex.ru page link</a>
</body>
</html>