body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 16pt;
}

a, a:visited {
    color: #666;
}

a:hover {
    color: #999;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 20pt;
}

ul {
    list-style: disc;
}

li {
    margin-left: 2em;
}

p, h1, h2, ul {
    margin-bottom: 0.5em;
}

section {
    margin-top: 2em;
}

section h1 {
    font-size: 20pt;
    color: #09F;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

header {
    margin: 20px 0;
    padding: 20px;
    background: #09F;
    color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

header h2 {
    margin-bottom: 0;
}