

body {
	background-color: #000000;
}
/* A hyperlink */
a:hover {
    color: #B0B0B0;
}
/* Current index page number */
#index .page_cur {
	background-color: #313131;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #EBEBEB;
	color: #000000;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #6A6A6A;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #828282;
