<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
    background-color: #FFFFFF; /* White background */
    font-family: Arial, sans-serif; /* Arial font */
}   

#heading h3 {
    text-align: center;
    font-size: 2em;
    font-family: Arial, sans-serif; /* Arial font */
}

#heading h4 {
    text-align: center;
    font-weight: normal;
    color: #FFD700; /* Bright yellow for text */
    line-height: 1.3;
    border-top: thin solid #FFD700; /* Bright yellow border */
    border-bottom: thin solid #FFD700; /* Bright yellow border */
    font-family: Arial, sans-serif; /* Arial font */
}

#sideNav ul {
    background-color: #FFFFFF; /* White background */
}

#sideNav ul li a {
    color: #000; /* Black text */
    font-family: Arial, sans-serif; /* Arial font */
}

#sideNav li.more ul.active a {
    color: #000; /* Black text */
    font-family: Arial, sans-serif; /* Arial font */
}

#sideNav li.more ul.active {
    background: #FFFFFF; /* White background */
    color: #000; /* Black text */
    font-family: Arial, sans-serif; /* Arial font */
}

#content h4 {
    color: #000;
    font-family: Arial, sans-serif; /* Arial font */
}

#content h5 {
    color: #000;
    background-color: #FFFFFF; /* White background */
    padding-left: 2em;
    margin: 1em 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, sans-serif; /* Arial font */
}

.list {
    float: left;
    width: 30%;
    margin-right: 2em;
    font-family: Arial, sans-serif; /* Arial font */
}

.author {
    font-style: oblique;
    padding-left: 30px;
    font-family: Arial, sans-serif; /* Arial font */
}

@media only screen and (max-width: 1024px) {
    /* tablets */
    .list {
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    /* phones */
    .list {
        width: 90%;
    }
}


</pre></body></html>