.title {
    text-align: left
}

body {
    background: #26292d;
    color: #aaa;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 600px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 140%;
}

a {
    color: #556688;
    text-decoration: none;
}

h1 {
    color: #fff;
}

h2 {
    color: #FF6E16;
}

h3 {
    color: #fff;
    font-style: italic;
}

h4 {
    color: #666;
    font-style: italic;
}

span#issue-num {
    color: #666;
}

div#table-of-contents {
    margin-top: 50px;
}
