body {
  background: url('https://nuanxet.neocities.org/images/bg/blurple.GIF') repeat;
  color: #ffee00;
  text-align: center;
  font-size: 18px;
    }
a:link {
  color: white; /* Unvisited */
    }
a:visited {
  color: magenta;
    }
a:hover {
  color: yellow;
    }
a:active {
  color: green; /* when clicked */
    }