body {
    color: #000000;
    font-family: monospace;
    font-size: 12px;

    text-align: center;
}

html.full, html.full body, html.full header {
    height: 100%;
}

header {

}

header a {
    color: #000000;
}

header .home {
    text-decoration: none;
}

header .links {
    font-size: 12px;
    text-align: center;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

ul {
    list-style-type: none;;
}

ul li:before {
    content: '-';
    margin: 0 10px;
}
