body {
  background-color: black;
}

h1 {
  color: white;
  text-align: center;
}
h2 {
  color: #f39c12;
  text-align: center;
  font-size: 40px;
  font-family: verdana;
}
p {
  font-family: verdana;
  font-size: 20px;
  font-family: Georgia, serif;
  color: #f39c12;
}
p.centred {
  text-align: center;
}

a:link, a:visited {
  color: #f39c12;
  text-decoration: none;
}

a:hover, a:active {
  color: #FFFFFF;
}