body {
  background-color: #fff;
}

div.breadcrumbs {
  margin: 0.8em 10% 0.8em 10%;
  border-width: 0 0 0 0;
  padding: 0.2em 0 0.2em 0;
  background-color: #ffffcc;
  text-align: center;
}

div.poem {
  display: block;
  margin-left: 1em;
  margin-bottom: 1.2em;
}

span.poem_title {
  font-weight: bold;
  /* font-size: large; */
}

span.subnote {
  font-style: italic;
  margin-left: 4em;
}

p.foot {
  font-size: 85%;
}

