@import url("/css/stylesheet.css");

BODY {
    background-color: black;
    color: #707172;
}

HR {
    color: #8996C6;
    background-color: #8996C6;
    height:2;
}

IMG {
    border-color: #707172;
}

TABLE.border {
    color: white;
    border-color: white;
}

TABLE.body {
    color: white;
}

TD.label {
    color: white;
    background-color: transparent;
}

A:link, A:visited, A:active {
    color: #8996C6;
}

A:hover {
    color: #DBAB34;
}

TR.body {
    color: white;
}

.bullet {
    color: white;
}

.copyright {
    text-align: center;
}

.date {
    color: #8996C6;
}

.entry_title {
    color: white;
}

.filename {
    color: white;
}

.page_title {
    color: white;
}

.photo_title {
    color: white;
}

.search {
    background-color: #8996C6;
}

.search_title {
    background-color: white;
}

.title {
    color: white;
}
