body {
  padding: 0;
  margin: 0;
  font-family: trebuchet ms, sans-serif;
  background: #cceeff;
}
h1 {
  color: #cceeff;
  background: #6B4714;
  width:100%;
  padding-left: 10px;
}
.content {
  padding-left: 10px; 
  padding-right: 10px;
}
.attribution {
  width: 100%
  display: block;
  border-top: 1px solid #6B4714;
  text-align: right;
  padding-right: 10px;
  font-size: xx-small;
}  
.oldurl {
  font-size: smaller;
  color: #666;
}
.newurl {
  padding-left: 3em;
}
a {
  color: #6B4714;
  text-decoration: none;
  font-weight: bold;
}

blockquote {padding-left: 10em; font-size: 8pt;}
ul {list-style-type: none;}
