* {
  font-family: courier, sans-serif;
}

body {
  background: #eee;
}

p {
  font-size: 12px;
  text-align: center;
  padding: 0 15px;
}

h1 {
  font-size: 20px;
  padding-top: 25px;
  text-align: center;
  margin-bottom: 0;
}

a,
a:link,
a:visited {
  color: #000;
}

a:hover {
  text-decoration: none;
}
