body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, hr, fieldset, dl, dt, dd, form, blockquote, pre, table
{ margin: 0; padding: 0; }

h1 { font-size: 2em; margin-bottom: 0.1em; }
h2 { font-size: 1.5em; margin-bottom: 0.2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

p, ul, ol, fieldset, h4, h3, dl, blockquote, pre { margin-bottom: 0.8em; }

#resume .contact {
    font-family: Sans-serif;
    border: 1px solid #ccc;
    background: #eee;
    padding: 0.2em;
    float: right;
    width: 15em;
    text-align: center;
    margin-bottom: 2em;
}

#resume h4 {
    font-weight: normal;
}

#resume .section {
    clear: both;
    margin-left: 1em;
    margin-bottom: 1em;
}

#resume .section h2 {
    font-size: 1.3em;
}

#resume .section dl {
    padding-left: 1em;
    margin-bottom: 2em;
}

#resume .section dt {
    font-weight: bold;
}

#resume .section dd {
    margin: 0.5em;
    margin-bottom: 1em;
}