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

