h1 {
  font-family: Arial;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
  color: #FFF;
  background: #07B;
  letter-spacing: -0.1em;
}

h2 {
  font-family: Arial;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
  color: #273;
}

copy {
  font-family: Arial;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 0;
  color: #FFF;
}

a:hover {
  color: #273;
}