body {
    background: #303030;
    font-family: sans-serif;
    color: #dcdcc4;
    line-height: 1.5;
}

.wrap {
    width: 800px;
    margin: auto;
}

hr {
    background-color: #E09B5B;
    border: none;
    height: 2px;
}
    
    

a, a:visited, a:hover {
    text-decoration: none;
    color: #dcdcc4;
}

em {
    color: #6f9f7f;
}


p {
    margin-top: 0.2em;
    text-align: justify;
}

/*--------------------*/
/*   navigation bar --------------------------------------------  */
/*--------------------*/

nav {
    text-align: center;
}

nav li {
    display: inline;
    padding-right: 2em;
    font-size: 14pt;
}

nav a {
    color: #6f9f7f;
}

nav a:visited {
    color: #6f9f7f;
}

nav a:hover {
    text-decoration: underline;
}

nav hr {
    background-color: #6f9f7f; 
    border: none;
    height: 2px;
}


/*--------------------------------------------------------------*/


blockquote {
    background: #848482;
    font-family: monospace;
    font-size: 12pt;
    color: #000000;
    border: 1px solid black;
    text-align: center;
    margin-left: 0;
}

h2 {
    color: #E09B5B;
    margin-bottom: 0.2em;
    font-size: 16pt;
}




