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

header {
  background: #4a90e2;
  color: white;
  padding: 20px;
  text-align: center;
}

section {
  padding: 10px;
  max-width: 900px;
  margin: auto;
  margin-bottom: 10px;
}

h2 {
  color: #4a90e2;
}

a {
  color: #d35400;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table, th, td {
  border: 1px solid #ccc;
}

th, td {
  padding: 10px;
  text-align: left;
}

footer {
  text-align: center;
  padding: 10px;
  background: #eee;
  font-size: 0.9em;
}
