CSS

Date: []

h2 a {
    color: black;
    text-decoration: none;
  }
h2 a:hover {
    color: black;
    text-decoration: none;
  }

h2:not(:first-of-type) {
    font-size: 1.3em;
    font-weight: 400;
    padding: 3px;
    margin-bottom: 8px;
    border-left: solid 6px black;
    text-decoration: none !important;
    color: #272727 !important;
    background: #edf7ff !important;
}
h3 {
    font-size: 1.1em;
    font-weight: 400;
    padding: 3px;
    margin-bottom: 8px;
    border-left: solid 6px black;
    text-decoration: none !important;
    color: #272727 !important;
    background: #f8f8f8 !important;
}
@media print {
    header {
    visibility: hidden;
    }
}