
    body {
      font-family: Arial, sans-serif; 
      line-height: 1.6; 
      color: #222; 
      margin: 24px;
      max-width: 900px;
    }
    header h1, section h2 {
      color: #0A3D62;
    }
    header p, section p, section ul {
      color: #444;
    }
    a.button {
      display: inline-block; 
      background-color: #F9690F; 
      color: white; 
      padding: 10px 20px; 
      text-decoration: none; 
      border-radius: 5px; 
      font-family: Arial, sans-serif; 
      font-size: 16px; 
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      margin-bottom: 40px;
    }
    table, th, td {
      border: 1px solid #ddd;
    }
    th, td {
      padding: 12px 15px;
      text-align: center;
      color: #444;
    }
    thead th {
      background-color: #0A3D62;
      color: white;
    }
    footer {
      margin-top: 30px; 
      color: #666; 
      font-size: 14px;
    }
  