body {
  font-family: sans-serif;
  font-size: 100%;
  background-image: url("images/Fort_Union_Ruins-2.png");
  background-position: 0px -20px;
  background-color: papayawhip;
  background-repeat: no-repeat;  
  }
table.photo {
  width: 60%;
  margin: 0px 10px 20px 0px;
  float: left;
  }
table.portrait {
  width: 45%;
  margin: 0px 10px 20px 0px;
  float: left;
  }
table.layout {
  width: 100%;
  }
td.menu {
  vertical-align: top;
  }
td.content {
  vertical-align: top;
  width: 100%;
  }
img.photo {
  width: 100%;
  }
p.caption {
  font-size: smaller;
  }
p.footer {
  font-family: monospace;
  font-size: smaller;
  }
button.menu {
  background-color: gainsboro;
  color: darkred;
  border-radius: 7px;
  margin: 0px 5px 5px 0px;
  width: 60px;
  height: 30px;
  text-align: left;
  }
button.menu:hover {
  background-color: lightsteelblue;
  }
a.gloss {
  color: inherit;
  text-decoration-color: darkred;
  }
a.cite{
  text-decoration: none;
  }
a.ndx{
  text-decoration: none;
  }
a.def{
  text-decoration: none;
  }
a.ref{
  text-decoration: none;
  }
a.toc{
  text-decoration: none;
  }
a.lnk{
  text-decoration: none;
  }
a.map {
  color: darkgreen;
  }
.clear {
  clear: left;
  }
.emph {
  font-weight: bold;
  color: darkred;
  }
h1 {
  color: darkred;
  text-shadow: -1px -1px 1px papayawhip;
  }
.page-title {
  color: darkred;
  text-shadow: 1px -1px 1px papayawhip, -2px 2px 2px rgba(0,0,0,0.3);
  font-weight: bold;
  font-variant: small-caps;
  font-size: 430%;
  margin-bottom: 110px;
  }
.map {
  height: 400px;
  }
.wc {
  font-family: monospace;
  padding-left: 35px;
  text-indent: -35px;
  }
blockquote {
  font-style: italic;
  }