
body {
    font-size: 1.4em;
    /*
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    */
    color: black;
    background: white;
}
body > h1, body > h3 {
    text-align: center;
}
body > h3 {
    font-size: 1em;
}
div#photos {
    text-align: center;
    margin-bottom: 100px;
}

div#nav {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 20px;
    color: black;
}
/*
div#nav > a {
    color: #FFFF99;
}
*/

div#content {
    margin: 0 200px 0 200px;
    text-align: left;
    margin-bottom: 100px;
}


hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    margin: 40px;
} 
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: black;
    color: maroon;
}
