body {
    background-color: #ffffef;
    color: black;
    margin: 0;
    font-family: sans-serif;
    font-size: 12pt;
}

a {
    color: #009d0b;
    text-decoration: none;
}

a:hover {
    color: #008c00;
    text-decoration: underline;
}

img {
    border: 0px solid black;
}

h1 {
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    padding-left: 2em;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
    font-size: 100%;
    background-color: #009d0b;
    border: 2px solid #006a00;
    border-left: 0px;
    border-right: 0px;
}
h1 a {
    color: #ffffef;
}
h1 a:hover {
    color: #fffdaf;
}

.thumbnail {
    display: inline;
    float: left;
    width: 160px;
    height: 180px;
    margin: 1em;
    text-align: center;
}
.thumbnail img {
    display: block;
    border: 2px solid #006a00;
}

#footer {
    clear: both;
    margin: 1em;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 2em;
    border: 2px solid #707070;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    color: #707070;
    background-color: #a0a0a0;
    font-size: 90%;
}

#navigation {
    width: 100%;
    text-align: center;
}

#content {
    clear: both;
    overflow: auto;
    margin-top: 1em;
    margin-left: 4em;
    margin-right: 4em;
}
#content img {
    border: 2px solid #006a00;
}

#collectionPage img {
    display: block;
}

#previous {
    float: left;
    width: 33%;
    text-align: right;
}

#next {
    float: left;
    width: 33%;
    text-align: left;
}

#up {
    float: left;
    width: 33%;
    text-align: center;
}

#imagePage #content {
    text-align:center;
    margin-top: 4em;
}
