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

a, a:visited {
    font-family: 'Courier New', Courier, monospace;
    color: #333;
}

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

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

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

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

.title_part {
    font-size: 3em;
    padding: .1em;
    font-family: 'Bellefair', serif;
    border: 3px solid #333;
}

.title_part_b {
    background-color: #333;
    color: #f3f3f3;
}

.title_part_w {
    padding-left: .2em;
    padding-right: .2em;
    background-color: #f3f3f3;
}

.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 #333 4px;
    background-color: #e6e6e6;
    font-family: 'Bellefair', 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: 'Courier New', Courier, monospace;
}
