body {
   margin: 0 10px 0 10px;
   color: #000000;
   background: #ffffe0;
   font-family: Arial, Helvetica, sans-serif;
}
div.title img {
  padding-top: 5px;
}
h1 {
  text-align: center;
  font-size: 180%;
  margin-top: 5px;
}
h2 {
  font-size: 16px;
}
*.center {
  margin-left: auto;
  margin-right: auto;
}
table.center td {
  text-align: center;
}
img.photo {
  border: 1px solid #004000;
  padding: 0;
  margin: 0;
  }
.copyright {
  font-size: 70%;
  margin: 0;
  float: right;
}
#pagefoot {
  clear: both;
  border-top: 2px solid #ff6622;
  margin: 1em 0 1em 0;
  }
*.page-content {
  margin: 0 5mm 0 15mm;
  }
#pagefoot span.ed2 {
  font-family: "Times New Roman", serif;
  font-size: x-small;
  font-style:italic;
  font-weight:bolder;
  color: #009999;
  background-color: inherit;
  }
.footer {
   font-family: serif;
   font-size: 10px;
   border-top: solid thin navy;
   padding-bottom: 20px;        /* Need this as space for uplink button */
}
#uplink {
   position: fixed;
   right: 2px;
   bottom: 2px;
   background-color: #eeeeee;
   color: #000000;
   border: 1px solid #000000;
   font-family: Arial,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   z-index: 255;
}
.blacklink {
   color: #000000;
   background-color: inherit;
   text-decoration: none;
}
td.nav-button{
  width: 48px;
  font-size: 80%;
  text-align: center;
}
td.nav-button  a {
  text-decoration: none;
}
td.nav-button img {
  border: none;
  margin: 0;
}
img.lnav-button {
  float: left;
  border: none;
  margin: 0 1em 0 0;
}
img.rnav-button {
  float: right;
  border: none;
  margin: 0 0 0 1em;
}
table.photo-notes {
  width: 100%;
}
table.photo-notes p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
tfoot td {
  font-size: 75%;
}
div.note {
  border: 2px solid #ff6622;
  width: 80%;
  margin-left: 5%;
  margin-bottom: 1em;
  color: #000000;
  background-color: #ffffff;
  padding: 1em;
}
div.note h2 {
  margin-top: 0;
  padding-top: 0;
}


