body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px;
}

hr.solid {
  border-top: 3px solid #bbb;
}

h1 {
  text-align: center;
  margin: 10px 0;
}

h5 {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.section {
  margin: 20px 0;
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item {
  margin-bottom: 10px;
}
.item-title {
  font-weight: bold;
  font-size: 17px;
}

p.center-parag {
  text-align: center;
  font-size: 17px;
  margin-top: 18px;
  font-family: "Helvetica";
}
p.b {
  word-spacing: 30px;
}

.spacer {
  margin-top: 10px;
}

ul.a {
  list-style-type: disc;
}

li.menu-item {
  margin-bottom: 3px;
  font-size: 16px;
  font-family: "Helvetica";
}

.sub-job-titles {
  font-weight: bold;
  font-size: 15px;
}

.sub-job-titles_simple {
  font-size: 14px;
  font-family: "Helvetica";
}

.fields {
  font-weight: 500;
  font-size: 16px;
  font-family: "Helvetica";
}
