body {
  margin: 0;
  padding: 0;
  color: white;
  background-color: black;
}

p {
  line-height: 20px;
}

ul {
  list-style-type: none;
}

li {
  padding-bottom: 0.5em;
}

table {
  color: black;
}

tr.headerRow {
  text-align: top;
}

tr.itemRow {
  font-size: 0.75em;
  vertical-align: top;
}

td.yearColumn {
  font-size: 0.85em;
}

#div-background {
  position: absolute;
  top: 0;
  left: 10em;
}

#div-content-outer {
  position: absolute;
  top: 2em;
  left: 6em;
  width: 30em;
}

#div-content {
  position: relative;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1em;
  color: #0e0d24;
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  /*text-align: justify;  /* Kate: Remove this line (or comment) to drop justification. */
}

#div-content-below {
  right: 0;
  font-weight: bold;
  text-align: right;
  margin: 10px;
  position: relative;
  background-color: transparent;
}

#div-nav {
  position: absolute;
  text-align: right;
  top: 2em;
  right: 0;

  font-weight: bold;
  font-size: 1.25em;
  line-height: 2em;
  color: white;
  margin-left: 0;
  margin-right: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

a.navLink {
  text-decoration: none;
  color: white;  /* Kate: This is the non-"hover" color on the links. */
}

a.navLink:hover {
  text-decoration: underline;
  color: silver;  /* Kate: This is the "hover" color on the links. */
}

img.floatRight {
  float: right;
  border: solid 2px #0e0d24;
  padding: 0;
  margin-left: 1.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
