
    body { font-family: Arial, sans-serif; margin: 20px; color: #333; line-height: 1.6; }
    h1, h2 { color: #005b9f; }
    table { width: 100%; border-collapse: collapse; margin: 20px 0; }
    table th, table td { border: 1px solid #ccc; padding: 10px; text-align: left; }
    .cta-button {
      display: inline-block;
      background-color: #007BFF;
      color: white;
      padding: 12px 24px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      margin-top: 20px;
    }
  