body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    margin: 20px;
}

.apache-container {
    max-width: 900px;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}

p {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 1em;
}

a {
    color: #0000ee;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 20px 0;
}

address {
    font-style: italic;
    font-size: 0.9em;
    margin-top: 20px;
}

.apache-details {
    font-size: 0.9em;
    color: #333333;
}
