body {
    margin: 60px auto;
    width: 70%;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    font-size: 15px;
    background-color: #fbfbfb;
}
a {
    text-decoration: none;
    color: #7f7f7f;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 4em;
    color: #040404;
}
h2 {
    font-size: 2em;
    color: #040404;
}
h3 {
    font-size: 1.5em;
    color: #040404;
}
h4 {
    font-size: 1.1em;
    color: #040404;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    color: #0c0c0c;
    margin-left: 40px;
}
ol {
    margin-left: 40px;
}
ul {
    margin-left: 40px;
}
li {
    font-size: 1em;
    line-height: 1.5em;
    color: #0c0c0c;
}
footer {
    border-top: 1px solid #dbdbdb;
    margin-top: 2em;
    font-size: 0.75em;
}
.twocol {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 0px;
column-gap: 0px;
-moz-column-gap: 0px;
}
.noindent {
    margin-left: 0px;
}
