body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: sans-serif;
    font-size: 14px;
    background-image: url(ca-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    min-height: 700px;
}

body.noback {
    background: white;
}

div.content {
    margin-top: 10px;
}

div.content-slim {
    margin-top: 10px;
    width: 60em;
    background-image: url(ca-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

div.content-slim-noback {
    margin-top: 10px;
    width: 60em;
}

h1 {
    text-align: center;
    font-size: 14pt;
}

h1.picture {
    font-size: 12pt;
}

h1.left {
    text-align: left;
    margin-left: 2em;
    font-size: 22px;
}

h2.left {
    text-align: left;
    margin-left: 4em;
    font-size: 18px;
}

p {
    text-align: center;
}

p.left {
    text-align: left;
    margin-left: 6em;
}

p.left-nomargin {
    text-align: left;
}

blockquote {
    border: 1px solid black;
    padding: 1em 1em 1em 1em;
    margin-left: 7em;
}

div.picture {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

table.pictures {
    text-align: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

img.thumb {
    margin-left: 10px;
    margin-right: 10px;
}

div.comment {
    background-color: #F0F0F0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

div.navigation {
    text-align: center;
}

div.note {
    font-size: small;
    padding-top: 0;
    padding-bottom: 0.5em;
}

div.license {
    padding-top: 50px;
    text-align: center;
    font-size: x-small;
}

a {
    color: #7070FF;
}

img {
    border-width: 0px;
}

ul.toc {
    margin-left: 4em;
}