body {
    font-family: Georgia;
    font-size: 12pt;
    line-height: 16pt;
    background: #CCCCCC;
}

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

a:hover {
    color: #999999,
}

h1 {
    font-size: 24pt;
    font-family: Museo_Slab_500;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 16pt;
    margin-top: 10px;
}

h1 a, h1 a:visited {
    color: #C33C33;
}

ul {
    list-style: disc;
}

li {
    margin-left: 2em;
}

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

section {
    margin-top: 2em;
}

section h1 {
    font-size: 20pt;
    color: #C33C33;
    margin-bottom: 8px;
}

section small {
    font-size: 10pt;
    color: gray;
}

section div.highlight {
    padding: 10px 0px 20px 25px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background: #FFFFFF;
    padding: 20px;
}

header {
    margin: -20px -20px 20px -20px;
    padding: 20px;
    background: #000000;
}

header h1 {
    color: #C33C33;
    font-size: 28pt;
}

header h1 a {
    text-decoration: none;
}

header #nav {
    display: inline;
    list-style-type: none;
    list-style: none;
}

header #nav li {
    display: inline;
    margin-left: 0;
    margin-right: 10px;
}

header #nav li a {
    padding-top: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

header #nav li a:hover {
    color: #CCCCCC;
}

footer {
    margin: 0 -20px -20px -20px;
    padding: 10px;
    background: #000000;
}

footer p {
    color: #FFFFFF;
}

footer p img {
    margin-bottom: -5px;
}

div.highlight {
    background-color: #333333;
    border: 5px solid #CCCCCC;
    margin: 20px;
    overflow: auto;
    padding: 5px;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

img {
    margin-bottom: 5px;
}

@font-face {
    font-family: Museo_Slab_500;
    src: url("../fonts/Museo_Slab_500.otf");
}
