/*
 * archive_pages.css
 *
 */

table {
  margin-left: 1rem;
  font-family: "Helvetica Neue", sans-serif;
  font-family: acumin-pro, sans-serif;  /* GL added 8/17/2020 */
  font-size: 14px;
  color: #444; /* replaced  color: #222;*/
  line-height: 16px;
  letter-spacing: 1px;
}

td {
  padding-top: 2px;
  padding-bottom: 3px;
}

a.anchor {
  scroll-margin-top: 90px;
}

a {
	color: #555;
}

a:hover {
  color: #57f;
  text-decoration: none;
}

