h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: x-large;
  color: grey }
h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: large;
  color: rgb(20%, 40%, 20%) }
h3 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: medium;
  color: rgb(40%, 20%, 20%) }
h4 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: medium;
  color: rgb(20%, 20%, 40%) }
address {
  margin-top: 1em;
  padding-top: 1em }
body {
  font-family: helvetica, sans-serif, verdana, arial, Georgia, "Times New Roman", Times, serif;
  padding-left: 1em;
  width: 40em;
  color: black;
  background-color: white }
  .timestamp { color: #000000; }
.custom-bullets {
    list-style: none; /* Remove default bullets */
}

.custom-bullets li::before {
    content: "\25B7"; /* Unicode for unfilled right-pointing triangle */
    margin-right: 10px; /* Space between bullet and text */
    color: black; /* Change color if needed */
}
