BODY {
  background-color: #ccccff;
  font-family: verdana, arial;
  font-size: 16px;
  width: 50em;
  text-align: justify;
  margin: auto;
}

H1, H2 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  text-align: center;
}

H3, H4 {
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  font-variant: small-caps;
}

H3 {
  text-decoration: underline;
}

.lyrics {
  background-color: #ddddff;
  padding: 4px;
  border: 2px solid blue;
  width: 25em;
  margin: auto;
}

.lyrics .verse {
  white-space: pre;
}

.lyrics .refrain {
  white-space: pre;
  font-weight: bold;
}

