



body::before {
  content: "Allen County KYGenWeb";
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0;
  text-align: center;
}

body{
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Times New Roman', Times, serif;
  background-color: aliceblue;
}

table {
  width: 95%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 1rem;
  border-color: silver;
}

td{
  padding: 0.5rem;
  }