
body {
    background-color: #fffbeb; /* pale butter yellow */
}

/* Regular page links: black, underlined, with a hover color that fits yellow */
#content a,
#content a:link,
#content a:visited,
#content a * {
    color: #222222 !important;
    text-decoration: underline !important;
}

#content a:hover,
#content a:hover * {
    color: #aba896 !important; /* warm amber-brown, fits the yellow background */
    text-decoration: underline !important;
}

#content blockquote {
    font-size: 0.85rem;
}

/* Footer: smaller text, credit links blend in with the footer text color */
#footer,
#footer small,
#footer small a,
#footer small a:link,
#footer small a:visited,
#footer small a * {
    color: #222222 !important;
    font-size: 0.75rem !important;
}

#footer small a:hover,
#footer small a:hover * {
    color: #d1c9b6 !important;
}