* {
    font-family: "Helvetica Neue";
    font-weight: 200;
}

body {
    background: #fff;
    color: #000;
    width: 600px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 200%;
}

b {
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font-weight: 100;
}

h1 {
    font-size: 58;
}

h2 {
    font-size: 28px;
    font-weight: 200;
}

h2 {
    margin-top: 44px;
}

a {
    text-decoration: none;
    /*font-style: italic;*/
    color: #888;
}

p#nav-links {
    margin-top: 60px;
}

img#swift-bird {
    float: left;
    margin-left: -100px;
    margin-top: -20px;
}
