/* basic elements */
html {
    /* margin: 0; */
    /* padding: 0; */
    max-width: 1111px;
}
body { 
    font: 120% arial, sans-serif;
    line-height: 1.9;
    /* color: #000000; */
    /* background-color: #828282; */
    /* background-color: #102040; */
    /* color: #eeccaa; */
    /* margin: 0;  */
    /* padding: 0; */
}
pre {
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #eee;
    padding: 8pt;
    font-family: monospace;
    overflow: auto;
    margin: 1.2em;
}
pre.src {
    position: relative;
    overflow: visible;
    padding-top: 1.2em;
}
pre.src:before {
    display: none;
    position: absolute;
    background-color: white;
    /* top: -10px; */
    right: 0px;
    padding: 3px;
    border: 0px solid black;
}
.org-src-container { 
    background-color: #ededed;
    /* background-color: #242424; */
    /* color: #eeccaa; */
    /* margin-top: 0;  */
    border: 0; 
    /* text-align: justify; */
}
h2 { 
    font: 140% arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
}
h1 { 
    font: 140% arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
}
h3 { 
    font: 140% arial, sans-serif;
    /* font: italic normal 1.4em georgia, sans-serif; */
    font-weight: normal;
    text-decoration: none;
    /* letter-spacing: 1px;  */
    /* margin-bottom: 0;  */
    /* color: #7D775C; */
}
a:link { 
    text-decoration: none;
    color: #306090;
}
a:visited { 
    text-decoration: none;
    color: #306090;
}
a:hover, a:focus, a:active { 
    /* text-decoration: underline;  */
}

