body {
  background: #000044;
  color: white;
}

h1 {
  font-size: 200%;
}

p {
  font-size: 120%;
}

a:link {
  color: #FF4444;
}

a:visited {
  color: #FF8888;
}

a:hover {
  color: white;
}

