body {
  font-family: Helvetica;
  font-size: 13pt;
  background: #eee;
  margin: 0;
}

.song {
  width: 7in;
  margin: 0 auto;
  padding: 0.2in;
  background: white;
}

.song h1 {
  text-align: center;
  font-size: 22pt;
  margin: 0.4in 0 0.1in 0;
}

.song .byline {
  text-align: center;
  margin: 0 0 0.4in 0;
}

.song .verse {
  margin: 0.2in 0 0.2in 0.5in;
}

.song .chorus {
  margin: 0.2in 0 0.2in 1.0in;
}

.song .bridge {
  margin: 0.2in 0 0.2in 0.5in;
}


.song .chords {
  line-height: 2.8;
}

.song .chords .chord {
  position: relative;
  top: 0;
  left: 0;
  line-height: 1;
}

.song .chords .chord b {
  position: absolute;
  top: -1.1em;
  left: 0;
}

.song .copyright {
  text-align: center;
  color: #888;
  font-size: 11pt;
}