body {
  font-family: Times New Roman, serif;
  background: rgb(0, 0, 0);
  color: rgb(255, 0, 0);
}

a {
  color: blue;
  text-decoration: underline;
}