
body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  color: black;
  background-color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Copperplate Gothic Bold, Georgia, Times, 'Times New Roman', serif;
  color: #003366;  /* dark blue */
}
/* Normalize old RootsWeb tables */
table {
  border-collapse: collapse;
  width: 100%;
  
}

table td,
table th {
  border: 1px solid #e6e6e6;   /* light gray */
  padding: 0.5rem;

}

/* Kill legacy centering without breaking images */
center {
  display: block;
  text-align: center;
}

/* Neutralize <font> tag damage */
font {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

table:first-of-type td {
  border: none;
}

table:first-of-type td:nth-child(2) {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Copperplate Gothic Bold, Georgia, Times, 'Times New Roman', serif;
  line-height: 120%;
}