body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

header h1 {
  margin-bottom: 0;
  font-size: 2em;
  color: #004085;
}

header p, header h2 {
  margin: 5px 0;
}

h3 {
  color: #0056b3;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

section p, section ul {
  margin-bottom: 15px;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}

a {
  color: #0069d9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

table thead {
  background-color: #f1f1f1;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

table th {
  font-weight: bold;
}

table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
