
    body {
      font-size: 18px;
      line-height: 1.6;
      font-family: Arial, sans-serif;
      color: #333;
      padding: 20px;
    }
    h1, h2, h3 {
      color: #004080;
    }
    table {
      border-collapse: collapse;
      width: 100%;
      margin: 20px 0;
      font-size: 16px;
    }
    table, th, td {
      border: 1px solid #ccc;
    }
    th, td {
      padding: 10px;
      text-align: center;
    }
    a {
      color: #004080;
      text-decoration: underline;
    }
  