

body {
	background-color: #D9C9A8;
}
/* A hyperlink */
a:hover {
    color: #221600;
}
/* Current index page number */
#index .page_cur {
	background-color: #F3E8D0;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #FDF8EC;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #837250;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #B19A76;
