body {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    background: #111;
}

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;
}

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

p {
    margin-bottom: 0.6em;
}

div.abstract {
    color: #333;
    font-size: 14pt;
    line-height: 20pt;
    font-weight: bold;
}

section {
    margin-top: 2em;
}

section h1 {
    font-size: 20pt;
    font-weight: normal;
    color: #333;
}

section h2 {
    margin-top: 1em;
    font-size: 16pt;
    font-weight: normal;
    color: #333;
}

#container {
    margin: 20px auto;
    width: 760px;
    background: #FFF;
    padding: 20px 100px 100px;
}

header {
    margin: -20px -100px 60px -100px;
    padding: 20px;
    background: #DC3;
    color: #112;
}

header h1 {
    font-weight: bold;
    margin-bottom: 0;
}

header h2 {
    font-weight: normal;
}
