/* 訪問済みの <a> をすべて選択 */
a:visited {
  color: #77c;
}