body {
    background-color: #fff;
    font-family: Cambria, Garamond, Centaur, "Times New Roman", Sans;
    font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2 { margin: 10pt 0pt 0pt; }
h3, h4, h5, h6 { margin: 0; }
h1 { font-size: 22pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

#header {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 5px;
}

.quiet { font-size: 10pt; }

table {
    width: 95%;
    margin-left: 15pt;
}
table th.position,
table th.certification,
table th.publication-title,
table th.publisher,
table th.university {
    text-align: left;
}
table td.company-location,
table td.dates { font-size: 12pt; }
table td.dates {
    text-align: right;
}

a, a:visited { color: blue; text-decoration: none !important; }
a:hover { text-decoration: underline; }
