html {
    font-family: sans-serif;

}

body {
    margin: 0;
    padding: 0;
}

#header img {
    margin: 0.5em 0.5em 0em 0.5em;
}

#header h3 {
    /*background-color: #624630;*/
    background-color: #322615;
    /*background-color: #b0c0ce;*/
    color: #ffffff;
    padding: 0.25em 0.5em 0.25em 0.5em;
}

#content {
    padding: 0.5em;
}

#thumbnail {
    float: right;
    margin: 0.5em;
    text-align: center;
    font-style: italic;
    font-size: smaller;
}

.subtitle {
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
}

h1 {
    font-size: xx-large;
}
