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