html {
  max-width: 60em;
  margin: auto;
}

p {
  max-width: 45em;
}

body { 
  font-family: Trebuchet MS, sans-serif;
  font-size: 12pt;
  background-color: white;
}

div.navbar { 
  background-color: #ffffee;
  width: 100%;
  border: 1px #ddd solid;
}
.footnotes {
  margin-left: 5%;
  margin-right: 30%;
  font-size: 0.875em;
}
a.uplink { 
  text-decoration: none;
  color: #822;
}
a.uplink:hover { 
  text-decoration: underline;
}

a:link, a:visited { 
  color: #764;  
  text-decoration: none;
}

a:hover { 
  text-decoration: underline;
}

