/*******************************************************/
/* add-styles.css added to collect new styles for 2025 */
/* *****************************************************/

/* add background image to the page */
body {
        /* background-image: url("../img/backgrounds/lightcork.png"); */
        background-color: darkgray;
        background-repeat: repeat;
        background-attachment: fixed;
    }

/* style the archive list */
    #archiveList {
        border: 1px solid #000000;
        line-height: 2;
        background-color: whitesmoke;
    }

    #archiveList > ul {
            list-style-type: square;
            list-style-position: inside;
    }

    #archiveList li { 
            color: blue; 
    }