body { 
    background-color: #996; 
    color: black; 
    font-family: georgia, times, serif;
    font-size: .9em;
}

a { color: #000099; text-decoration: none; }

a:hover { background-color: #000099; color: white; }

ul { margin: 0px; padding-left: 1.5em; }

li { margin-bottom: 5px; }

#ie-hack { text-align: center; }

#content {
    text-align: left;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 1em;
}

#header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em;
    background-color: #f0f0f0;
    height: auto;
    min-height: 130px;
    margin-bottom: 10px;
}

#face { float: right; width: 195px; }

#name { 
    font-size: x-large; 
    font-weight: bold; 
    font-variant: small-caps;
}

#address { }

#infozrz { margin-top: 10px; }

#middle { padding: 0 1em 0 1em; }

.section { margin: 15px 0 20px 0; }

.section-title {
    margin-bottom: 5px;
    font-weight: bold;
}

li.paper { margin-bottom: 10px; }

.paper-title { text-decoration: underline; }

.paper-links { margin: 2px 0 0 0; }

.description { 
    font-size: small; 
    margin: 5px 10px 10px 5px; 
    text-align: justify;
}

.busy { color: gray; }

#footer {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: smaller;
    text-align: right;
    padding-top: 5px;
}
