h1 {
    text-align: center;
    font-family: sans-serif;
}

h2, h3, h4 {
    border-bottom: thin solid #ff0000;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

body {
    background-color: #dddddd;
}

h1.header {
    display: inline
    text-align: center
}

img.logo {
    position: absolute;
    top: 13px;
    right: 17px;
}

img.screenshot {
    margin: .25cm;
}

.code {
    display: block;
    font-family: courier;
    border: thin dashed #999900;
    background-color: white;
    padding: .25cm;
    margin-top: .5cm;
    margin-bottom: .5cm;
    margin-left: 1cm;
    white-space: pre;
}

.monospace {
    font-family: courier;
}
