body {
    background: #2B303B;
    color: #D6D8E2;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 600px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    line-height: 155%;
}

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

img#logo {
    max-width: 100%;
    margin-top: 80px;
}

h1 {
    color: #fff;
    text-align: left;
    margin-top: 50px;
    line-height: 100%;
}

h2 {
    /*color: #FF6E16;*/
    color: #DD3333;
    color: #009EDD;
    color: #1693ca;
    /* padding-top: 45px; */
    /* padding-bottom: 5px; */
    border-bottom: 1px #1693ca solid;
    margin-top: 50px;
    margin-bottom: -5px;
}

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

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

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

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

div#postamble {
    border-top: 1px solid;
}

/* Code style sheet */
.org-tuareg-font-lock-governing { color:##b07e00; }
.org-variable-name { color:#8d8b8d; }
.org-type { color:#838183; }
.org-keyword { color:#9a989a; }
.org-function-name { color:#8d8b8d; }

/* Want to turn off the box shadow that comes by default with org-mode */
pre {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #eee;
    padding: 8pt;
    font-family: monospace;
    overflow: auto;
    margin: 1.2em;
    line-height: 150%;
  }