<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    }

body {
    background: #F8F8F8;
}

section {
    display:block;
    padding-left:15%;
    padding-right:15%;
    padding-top: 3em;
    padding-bottom: 1em;
    color:#002A19;
    font-family: 'Merriweather',Georgia, "Times New Roman", serif;
    overflow:auto;
}

.white {
    background:#F8F8F8;
}

.cured {
    background: #B31B1B;
    color: #F8F8F8;
}

.cured h2 {
    font-weight: normal;
}

section a {
    font-weight: bold;
    color: #B31B1B;
}

section h1 {
    float: left;
    font-family: "Merriweather";
    font-size: 2.5em;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 0.25em;
    margin-right: 0.5em;
    font-weight: normal;
}

section h2 {
    line-height: 1.2em;
}

section p {
    font-size: 90%;
    margin: 0.5em auto 0.5em auto;
    line-height: 1.3em;
    padding: 0 2% 0 0;
    vertical-align: top;
}


.left {
    width: 48%;
    float: left;
    padding: 0;
}

.right {
    width: 48%;
    float: right;
    vertical-align: top;
}

div.right {
    width: 66%;
}


#contact {
    color: white;
    float: right;
    line-height: 1.2em;
    font-family: "Merriweather Sans";
    padding: 0;
}

#header {
    color: white;
    background: #B31B1B;
    padding: 1em 15% 1em 15%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#header a {
    color: white;
    font-weight: bold;
}

#header header {
    float: left;
}

#header h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

#header h2 {
    text-align: left;
    font-family: "Merriweather Sans";
    font-size: 1.1em;
    font-weight: normal;
}

#publist li {
    margin-top: 1em;
}

.authors{
    font-size: 85%;
    font-family: "Merriweather Sans";
    margin-left: 1em;
    margin-bottom: 0;
    margin-top: 0.25em;
}

.place {
    font-size: 85%;
    font-family: "Merriweather Sans";
    margin-left: 1em;
    margin-bottom: 2em;
    margin-top: 0.25em;
}

.me {
    font-weight: bold;
}

#projects h2 {
    margin-top: 2em;
}

.period {
    font-size: 85%;
    font-family: "Merriweather";
    margin-right: 1em;
    margin-bottom: 0;
}
</pre></body></html>