body { background-color: #ecead9; }
body#world { background-color: #f1deaf; }

.dllist {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 0.3em;
    line-height: 150%
}

.dlitem {
    font-weight: bold;
    padding-right: 1ex
}

blockquote { font-size: 0.8em; font-style:italic }

.de { font-style: italic }

.leftalign { position: absolute; left : 2px }
.rightalign { position: absolute; right : 2px; text-align : right }

.copyright { font-size: 0.7em ;
           }
div.copyright { border-top-style: solid  ;
               border-top-color: #b19d27 ;
               border-top-width: 1pt ;
               padding-top: 0.5em;
               clear: both
}

td.tablehead { font-style: italic;
               font-weight: bold;
               background-color: #e0d892
}

th {
               background-color: #cbc16c
             }


/*** Smallpage Layout ***********************************/

.smallpage { 
    position: absolute; 
    left: 10%; 
    width: 40em; 
    max-width:90%;
    background-color: #ecece9; 
    min-height:100%;
}

.smallpage .subtitle {
    font-size: 0.6em
}

.smallpage h2 {
    font-size: 1.2em;
}

.smallpage h3 {
    font-size: 1.1em
} 

.smallpage p {
    margin-top: 0em;
    margin-bottom: 0.3em
}


