

body {
	background-color: #747474;
}
/* A hyperlink */
a:hover {
    color: #191919;
}
/* Current index page number */
#index .page_cur {
	background-color: #5E5E5E;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #FFFFFF;
	color: #747474;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #BEBEBE;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #C1C1C1;

