body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

header {
  margin-bottom: 1.5rem;
}

header h1 {
  font-size: 2rem;
  color: #007b83;
}

.effective-date {
  font-size: 0.9rem;
  color: #555;
}

section {
  margin-bottom: 1.5rem;
}

section h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #005f6b;
}

a {
  color: #007b83;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 1.2rem;
}

address {
  font-style: normal;
  line-height: 1.5;
}
/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: darkblue;
}

/* selected link */
a:active {
  color: blue;
}
