/* Site-wide readability and navigation refinements. */
.art-footer,
.art-footer p,
.art-footer a,
.art-footer a:link,
.art-footer a:visited,
.art-footer a:hover {
  color: #f4f8fa;
  font-size: 12px;
  line-height: 1.45;
}

.art-footer a,
.art-footer a:link,
.art-footer a:visited {
  color: #ffffff;
}

/* Keep article tables readable on light backgrounds. */
.art-article table {
  color: #3e4545;
  background-color: #ffffff;
}

.art-article th {
  color: #263746;
  background-color: #eef2f4;
}

.art-article td {
  color: #3e4545;
  background-color: #ffffff;
}
