h2, h3, h4, h5, h6 {
    margin: 2em 0 .5em 0;
}

h1 {
    font-size: xx-large;

}

h2 {
    font-size: x-large;
}

h3 {
    font-size: larger;
}

h4 {
    font-size: large;
}

h5 {
    font-size: large;
}

h6 {
    font-size: medium;
}

ul {
    list-style: disc;
    padding-left: 1.2em;
    line-height: 2em;
}

ol {
    list-style: round;
    padding-left: 1.2em;
    line-height: 2em;
}

blockquote {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #ddd;
}

code {
    font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
    font-size: .9em;
    background: white;
}

h1 a,
h1 a:hover {
    color: .333;
    text-decoration: none;
}

hr {
    color: black;
    height: 1px;
    margin: 2em 0;
    border-top: solid 1px #ddd;
    border-bottom: none;
    border-left: 0;
    border-right: 0;
}

nav ul, footer ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.2em;
}