h1, h2, h3 {
    color: #000000;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }
  table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
  }
  table th {
    background-color: #f4f4f4;
  }
  a {
    color: #000000;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: underline;
  }
  li {
    list-style-type: none;
  }