body {
  background-color: #88CCCC;
  background-image: url(http://homepage1.nifty.com/mfujimot/music/score.gif);
  background-repeat: repeat;
  margin-left: 20pt;
  line-height: 130%;
  width: 40em;
}

h1 {
  text-align: center;
}

p {
  margin-left: 10pt;
  background: #88CCCC;
}

p.subtitle {
  text-align: center;
  font-style: italic;
}

p.header {
  margin-left: 0pt;
  background: #88CCCC;
}

p.footer {
  text-align: center;
  background: #88CCCC;
}

ul {
  background:#88CCCC;
}

blockquote {
  background: #88CCCC;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

td {
  background: #88CCCC;
}

th {
  background: #88CCCC;
}

ul.menu {
  list-style-type: none;
  font-size: 120%;
  line-height: 150%;
}

div.figure {
  display: block;
  align: center;
  border: 1em;
}

div.ad_right {
  clear: right;
  float: right;
  margin-left: 0.5em;
}

