body {
    font-family: 'Lucida Granda', Verdana, Geneva, sans-serif;
    line-height: 1.6;
    max-width: 650px;
}

header {
    border-bottom: 1px solid white;
    padding: 0px 0px 25px 0px;
    margin: 25px 0px 25px 0px;
}

header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.4em;
    margin-bottom: .2em;
    text-align: center;
}

h2 {
    font-size: 1.0em;
    margin-bottom: .2em;
    text-align: center;
}

h3 {
    font-size: 1.0em;
    margin-bottom: .2em;
    text-align: left;
}

h4 {
    font-size: 1.0em;
    margin-bottom: 0em;
    text-align: left;
}

p {
    font-size: 1.0em;
    font-weight: 400;
    margin-bottom: 1.0em;
}