<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Verdana,Arial,sans-serif;
    font-size: 75%; /* default for all (?) browsers is 16pt, set body = 12pt */
    line-height: 1.125em; /* 12x1.125=13.5 */ 
}
h1 {
    font-size: 5em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.3em;
}
p {
    font-size: 1em;
    display: block;
}

/* Set width of page content */
div.page-container {
    float: left;
    width: 1035px;
    margin: .5em 1.5em 2em 1.5em;
}


div.header {
    float: left;
    width: 100%;
    height: 200px;
    background: url('../img/circuitBoardBanner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
div.header &gt; .title {
    float: left;
}
div.header &gt; .title#left {
    width: 41.55%;
    padding: 1% 3% 1% 5%;
    font-family: arial black,sans-serif;
}
div.header &gt; .title#right {
    width: 46%;
    padding-right: 3%;
}
div.header &gt; .title#left &gt; #bottom,
div.header &gt; .title#left &gt; h2 {
    text-align: right;
}
div.header &gt; .title#right &gt; p {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
}



div.nav {
    float: left;
    width: 100%;
    margin-top: 5px;
}


div.content,
#cv-container,
#reference-container {
    float: left;
    width: 100%;
}
.content div.wrapper {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-left: 20px;
    margin-top: 15px;
}
a#cv-text,
a#reference-text {
    font-size: 1.2em;
}


div.footer {
    float: left;
    width: 100%;
}
.footer p {
    text-align: center;
}</pre></body></html>