/* styles.css */
body {
  font-family: Arial, sans-serif;
  margin: 20px;
  line-height: 1.6;
}

h1, h2, h3 {
  color: #333;
}

table {
  margin-bottom: 20px;
  text-align: center;
}

table td {
  padding: 10px;
}

a {
  text-decoration: none;
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}
