




BODY {

  body: #666666;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page table,
.content table,
.legacy table {
  border-collapse: collapse;
}

h1 {
  color: #905274;
  font-family: "Monotype Corsiva";
  font-size: 30pt;
  font-weight: bold;
}

h2 {
  color: #000000;

  font-size: 14pt;
}

p {

  color: #660033;

  font-style: normal;
}

h3 {
  text-align: center;

  font-size: 18pt;
  color: #660033;
}

td {
  text-align: left;

  font-size: 12pt;
  font-weight: normal;
  color: #660033
}

h4 {
  font-family: "Monotype Corsiva";
  font-size: 36pt;
  color: #603;
  text-decoration: overline;
}

h5 {
  text-align: center;

  color: #660033;
  ;
  font-size: 12pt;
  text-align: center;
}

table {
   border-collapse: collapse;
}

 .kyg-search {
                                        width: 99%;
                                        display: flex;
                                        gap: 0.5rem;
                                        margin-bottom: 4rem;
                                        margin-top: 4rem;
                                      }

                                      .kyg-search input[type="text"] {
                                        flex: 1;
                                        padding: 0.4rem 0.6rem;
                                        font-size: 0.9rem;
                                      }

                                      .kyg-search button {
                                        padding: 0.4rem 0.8rem;
                                        font-size: 0.9rem;
                                        cursor: pointer;
                                      }

                                      .kyg-search label {
                                        padding: 0.4rem 0.8rem;
                                        font-size: 1rem;
                                        font-weight: 600;
                                      }