/* 
    Updated: 10/16/2025
*/
a.login {
    text-decoration: none;
    color: #333;
}
a.login:hover {
    background-color: transparent;
    font-style: normal;
}
a.navlink {
    text-decoration: none;
    color: black;
}
a.navlink:active {
    color: red;
}
a.navlink:visited {
    color: black;
}
a.navlink:hover {
    color: darkred;
    font-style: italic;
    padding: 0.3em;
    background-color: gold;
    border: solid 1px gold;
    border-radius: 10px;
}
a.navlinkactive {
    text-decoration: none;
    color: #E1E1CA;
    padding: 0.7em;
    background-color: black;
    border: solid 1px black;
    border-radius: 10px;
}
body {
    font-family: Georgia, Times, sans-serif;
    height: 100%;
}
div#bottom {
    margin: 0em;
    overflow: auto;
}
div#footer {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: #F6F6F6;
    padding-top: 0em;
    position: fixed;
    bottom: 0;
} /* footer does not need height attributes. */
div#main {
    background-image: url(../images/mute4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
} /* main is the top level container for the website. */
div#maintitle {
    font-family: 'Abril Fatface', Times;
    font-size: 1.0em;
    font-weight: normal;
    width: 100%;
    text-align: center;
    color: #333;
    letter-spacing: 0.15em;
}
div#nav {
    margin: 1.0em 0.5em;
    display: flex;
    justify-content: center;
}
div#pggen {
    margin: 0em 0em 2.0em 0em;
    padding: 1.0em 2.0em;
    overflow: auto;
}
div#top {
    padding-top: 1.3em;
    clear: both;
    overflow: auto;
} /* top defines the top part of the page. */
div.navlink {
    font-family: 'Josefin Slab', Arial;
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
    margin: 0 0.5em 0 0;
/*    letter-spacing: 0.1em;*/
}
html {
    height: 95%;
}
p {
    text-align: left;
    margin: 0 0 1.0em 0;
    font-size: 1.1em;
}
p.footer {
    font-family: Stokes, Arial;
    font-weight: normal;
    font-style: italic;
    font-size: 0.9em;
    color: #8A8A8A;
    letter-spacing: 0.1em;
    text-align: center;
}