

body {
	background-color: #414141;
}
/* A hyperlink */
a:hover {
    color: #C9C9C9;
}
/* Current index page number */
#index .page_cur {
	background-color: #5C5C5C;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #F3F3F3;
	color: #414141;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #8A8A8A;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #A6A6A6;
