body {
  margin: 0px 0px 0px 0px;
  display: block;
  line-height: 100%;
  background-color: #fffff0;
  color: rgb(0, 0, 0);
}

p {
  display: block;
  font-size: 16px;
  font-family: serif;
  line-height: 120%; 
  text-align: justify;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  margin: 2px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  margin: 2px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  margin: 2px;
}

a {
  text-decoration: none;
  color: rgb(139, 0, 0);
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(204, 0, 0);
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.quote {
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
  font-style: italic;
}

.center {
  text-align: center;
}

.footer {
  text-align: center;
  font-size: 12px;
}

.toplinks {
  text-align: center;
  margin: 2px;
}

.bottomlinks {
  clear: both;
}

.list {
  float: left;
  margin-left: 20px;
  clear: both;
}

.piece {
  margin-top: 20px;
  border-bottom: 1px black solid;
}

.clip {
  margin-left: 40px;
}

.lyrics {
  margin-left: 40px;
  text-align: left;
  font-style: italic;
}  