body {
    background-color: oldlace;
    font-family: Gentium;
}

h1 {
    font-size: 16pt;
    text-align: center;
}

h2 {
    margin-top: 25px;
    font-size: 12pt;
}

table, th, td {
    border: 1px solid black;
    padding: 3px;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.editorialnote {
    color: blue
}

.app {
    color: green;
}

.quote {
    text-decoration: underline;
}

.quote::before, .quote::after {
    content: '';
}

.cap {
    font-weight: bold;
}