
h1 {
    padding-bottom: 6px;
    margin-bottom: 0px;
    color: #787fad;
    font-size: 16px;
}

img {
    border: 0;
}

#content {
    padding: 6px;
    border-top: 2px solid #787fad;
    border-bottom: 0px solid #787fad;
}

a.imageLink {
    background-color: #dee4f4;
    border: 1px solid #9999cd;
    padding: 6px;
    display: block;
    text-align: center;
    text-decoration: none;

}
a.image {
    background-color: #dee4f4;
    border: 1px solid #9999cd;
    padding: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
}

a.imageLink:hover {
    border: 1px solid #9999cd;
    background-color: #9999cd;
}

/* collectionPage */
#collectionPage ul {
    list-style-type: none;
}

#collectionPage li {
    float: left;
    margin: 6px;
}


/* imagePage */
#imagePage #content {
    text-align: center;
    color: #dee4f4;
}

#full {
    margin: auto;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.endOfCollection {
    padding: 36px;
    background-color: #dee4f4;
    border: 1px dotted #9999cd;
    color: #0000ff;
}

