body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 3em 0 auto;
    background-color: #100f0f;
    color: #cecdc3;
}

a, a:visited {
    font-family: 'Source Sans Pro', sans-serif;
    color: #cecdc3;
}

a.reflink {
    font-family: 'Source Sans Pro', sans-serif;
    color: #cecdc3;
    font-size: .85em;
}

.header {
    margin: 1.5em 1em 1em 1em;
}

.footer {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #100f0f;
    padding-left: .2em;
    padding: 1em;
}

.footer a, .footer a:visited {
    font-family: 'Source Sans Pro', sans-serif;
}

.title_part {
    font-size: 2em;
    padding: .1em;
    font-family: 'Source Sans Pro', sans-serif;
    border: 3px solid #cecdc3;
}

.title_part_b {
    background-color: #cecdc3;
    color: #100f0f;
}

.title_part_w {
    padding-left: .2em;
    padding-right: .2em;
    background-color: #100f0f;
    color: #cecdc3;
}

.main {
    line-height: 1.25em;
}

.content {
    padding: 15px;
    max-width: 750px;
    font-family: 'Source Sans Pro', sans-serif;
}

.subtitle {
    font-size: 1.25em;
    line-height: 30px;
    padding-left: .2em;
    margin-bottom: .4em;
    border-left: solid #cecdc3 4px;
    background-color: #343331;
    font-family: 'Source Sans Pro', sans-serif;
}

.copyleft {
    display:inline-block;
    top: 2px;
    position: relative;
    transform: rotate(180deg);
}

ul > li {
    margin-bottom: 1em;
}

section > p, li > p {
    margin-bottom: .5em;
}

section {
    margin-bottom: 20px;
}

#about ul {
    padding-left: 1.5em;
}

#about li {
    margin-bottom: .25em;
    list-style: outside;
}

tt {
    font-family: 'Source Sans Pro', sans-serif;
}
