

/* A hyperlink */
a:hover {
    color: #8F7250;
}
/* Current index page number */
#index .page_cur {
	background-color: #EBE6D3;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #D1CAB1;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #CBC4AF;
}
