

body {
	background-color: #432A14;
}
/* A hyperlink */
a:hover {
    color: #FFC53C;
}
/* Current index page number */
#index .page_cur {
	background-color: #FFE078;
	color: #000000;
}
/* Other index page numbers */
#index .page_other:hover {
    background-color: #000000;
    color: #FFE078;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #000000 #FFFFCC #FFFFCC #000000;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #B18B58;
