
P {
  color: aqua;
  text-align: center;
  font-family: Verdana, "Lucida Sans";
}

BODY {
  background-color: navy;
}

A:visited {
  color: white;
}