body{
  background-color: #575757;
  color: white;
}
a{
  color: orange; /* 默认颜色 */
}
a:visited {
  color: orange; /* 已访问链接的颜色 */
}