body {
    background-color: #999;
}

a {
    color: #333;
}

h1 {
    font-size: 40px;
    margin: 0;
}

h2 {
    font-size: 26px;
    margin: 5px 0 0 0;
}

h3, h4 {
    font-size: 16px;
    margin: 2px 0 2px 0;
}

ul {
    margin: 8px 0 16px 0;
}

li {
    font-size: 13px;
}

/* Job titles, companies, etc. */
h3 ~ h4, h3 + div {
    text-indent: 10px;
}

/* Right-aligned date ranges */
h3 ~ span {
    float: right;
    font-size: 14px;
    font-style: italic;
    padding-top: 2px;
}

#main {
    width: 800px;
    margin: 0 auto 0 auto;
    background-color: #FFF;
    padding: 25px;
    box-shadow: 10px 10px 5px #888888;
}

#title > h1, #title > h2, #title > h3 {
    text-align: center;
    font-weight: normal;
}
