::-moz-selection { /* Code for Firefox */
  background: orangered;
  color: white;
}
::selection {
  background: orangered;
  color: white;
}
body {
  font-family: Avenir;
  text-align: left;
  background-color: lightgray;
  }
#Content {
  max-width: 485px;
  margin: auto;
}
#Menu {
  float: left;
  margin-top: -1em;
  border-top: thin solid lightslategray;
  border-bottom: thin solid lightslategray;
  }
#Menu li {
  display: inline-block;
  padding-inline: 16px;
}
#Menu ul { 
  font-family: futura;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 0em;
  list-style-type: none;
  padding: 0px;
 }
#Menu a:link {
  text-decoration: none;
  color: black;
}
#Menu a:visited {
  text-decoration: none;
  color: black;
}
#Menu a:hover {
  text-decoration: none;
  color: lightsteelblue;
}
#Main {
  position: relative;
  margin-top: 4.5em;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1em;
  color: black;
}
#Main ul {
  padding-left: 10px;
  font-family: Avenir;
  color: black;
  font-size: 1em;
  font-weight: 100;
}
#Main a:link, a:visited {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
#Main a:hover {
  text-decoration: none;
  color: lightslategray;
}
h1 {
  min-width: 485px;
  margin: auto;
  font-family: Futura;
  font-size: 5.3em;
  font-weight: 900;
  line-height: 1em;
  text-align: left;
  color: black;
}
h1 a:link, a:visited {
  text-decoration: none;
  color: black;
}
h1 a:hover {
  text-decoration: none;
  color: lightslategray;
}
h2 {
  color: black;
  padding: 0px;
  font-family: Futura;
  font-size: 1.7em;
  line-height: 1em;
  margin-bottom: 0em;
}
h3 {
  font-size: 1.4;
}
h4 {
  min-width: 485px;
  font-family: Futura;
  font-size: 1.2em;
  margin-top: 0em;
  text-align: right;
}
p {
  color: black;
  font-weight: 100;
  }
sup {
  font-size: .7em;
  line-height: 0;
}
#footnotes { 
  border-top: thin solid;
 }