h2 {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

dl {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

dt {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

dd {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

#contact {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}