a {
  text-decoration: none;
  color: DarkBlue;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.nested-links a {
  color: DarkBlue;
}

.nested-img img {
  display: block;
  max-width: 100%;
  width: initial;
}

.shadow {
  text-shadow: 0 1px 22px Black;
}

.wshadow{
  text-shadow: 0 1px 22px White;
}

.f1_5 {
  height: 1.5rem;
}

math.indented, code.indented {
  margin-left: 32pt;
  padding-top: 2pt;
  padding-botton: 2pt;
  display: block;
}

.measure-wide {
  max-width: 36em;
}

.measure-very-wide {
  max-width: 48em;
}

.pv8_5 {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.w-four-fifths-l {
  width: 80%;
}

.w-nine-tenths-l {
  width: 90%;
}

.w-ten-tenths-l {
  width: 100%;
}

.staff-summary {
  margin: 1ex 0 1ex 0;
  table-layout: auto;
}
.staff-summary tr,td,th {
  border: none;
}

.staff-summary img {
  display: inline-block;
  margin: 0.5ex 2ex 0 0;
}
.staff-summary th {
  text-align: right;
  font-weight: normal;
  padding-right: 0.5ex;
  padding-left: 1ex;
}
.staff-summary td {
  vertical-align: middle;
}
.staff-summary #top {
  vertical-align: top;
}
.staff-summary td#heavy {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 0;
}

img[src$='#center']
{
  display: block;
  margin: 0.7rem auto;
}

img[src$='#floatleft']
{
  float:left;
  margin: 0.7rem;
}

img[src$='#floatright']
{
  float:right;
  margin: 0.7rem;
}
