body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #f5f5dc;
    margin: 20px;
    line-height: 1.6;
}
h1 {
    text-align: center;
    font-style: italic;
}
h2 {
    color: #333;
    margin-top: 30px;
}
p {
    margin: 12px 0;
    font-size: 18px;
}
code {
    background-color: #f4f4f4;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
}
pre {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
    font-size: 16px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}
th, td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 18px;
}
th {
    background-color: #ccc;
    color: #000;
}
ul {
    list-style-type: disc;
    margin-left: 40px;
}
li {
    margin-bottom: 10px;
    font-size: 18px;
}
a {
    text-decoration: none;
    color: #000080;
    font-size: 18px;
}
a:hover {
    text-decoration: underline;
}
.footer-link {
    text-align: left;
    margin-top: 24px;
}
.toc {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 10px 12px;
    border-radius: 4px;
    margin: 15px 0 25px 0;
}
.toc p {
    margin: 0 0 8px 0;
    font-weight: bold;
}
.toc a {
    display: inline-block;
    margin-right: 12px;
}
