body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1, h2 {
    color: #0056b3;
}

h3 {
    color: #333;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
}

ul.no-bullets li {
    margin-bottom: 10px;
}

.last-updated {
    font-style: italic;
    margin-bottom: 20px;
}
