body {
    background-color: #272727;
    color: #f0e7e0;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 200;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: justify;
}

h2, h3 {
    font-weight: 200;
    margin-bottom: 0;
}

h2 {
    font-size: 28pt;
}

h3 {
    font-size: 24pt;
}

h4 {
    font-weight: 400;
}

p, h4, blockquote, li, tt {
    font-size: 14pt;
    line-height: 1.325;
}

blockquote {
    color: #f7e0b7;
}

.transcript {
    font-style: italic;
}

strong {
    font-weight: 500;
}

em {
    font-weight: 300;
    color: #f0e7e0;
}

a {
    color: #3f7fbf;
    text-decoration: none;
}

a:hover {
    color: #efaf5f;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
}

tt {
    color: #cc2255;
}

.pagetitle {
    text-align: center;
    margin-bottom: 30px;
}

.subtitle {
    text-align: center;
    line-height: 1.5;
}
