未訪問のリンクは水色、訪問済みのリンクは明るい紫になります。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>背景が暗いページでのリンク色の指定</title>
<style type="text/css">
<!--
body { background-color: navy; color: white; }
a { font: 1.2em Verdana; }
a:link { color: aqua; }
a:visited { color: fuchsia; }
-->

</style>
</head>
<body>

<p>未訪問のリンクは水色、訪問済みのリンクは明るい紫になります。</p>

<ul>
<li><a href="http://masao261.jog.buttobi.net/">masao! ぶっ飛び</a></li>
<li><a href="http://jun77777.jog.buttobi.net/fp.html">ジュンさん HP</a></li>
<li><a href="http://www9.ocn.ne.jp/~t-ksmt/">misutakeさん HP</a></li>
</ul>

</body>
</html>