body {
    background-color: #00a000;
    color: #7193b5;
    margin: 0;
    font-family: Verdana;
    font-size: 16pt;
}

a {
    color: #462e2e;
    text-decoration: none;
    font-size: 14pt;
}

a:hover {
    color: #462e2e;
    text-decoration: underline;
    font-size: 14pt;
}

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: #009b00;
    border: 2px solid #ffffff;
    border-left: 0px;
    border-right: 0px;
}
h1 a {
    color: #634142;
}
h1 a:hover {
    color: #634142;
}

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

#footer {
    clear: both;
    margin: 1em;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 2em;
    border: 2px solid #ffffff;
    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 #ffffff;
}

#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;
}
