

body {
	background-color: #C9BFAB;
}
/* A hyperlink */
a:hover {
    color: #1D110C;
}
/* Current index page number */
#index .page_cur {
	background-color: #E7E0D1;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #FBF5EE;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #60584B #FFFFFF #FFFFFF #60584B;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #A59985;
