body {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #1e5a3b;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

ul {
    list-style: none;
    padding: 0 0 0 .5rem;
    margin-left: 1rem;
}

ul li::before {
    content: '\00B7';
    position: absolute;
    left: 0;
    color: #333; /* You can change the color if needed */
    font-size: 1.5em; /* Adjust the size if needed */
    line-height: 1;
    margin-left: 1rem;
}

li a {
    text-transform: uppercase;
    font-size: smaller;
}

h1 {
    font-weight: bolder;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #1e5a3b;
    margin: 1rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

p {
    margin: 1rem 0;
    font-family: 'Times New Roman', Times, serif;
}