

body {
	background-color: #393B3A;
}
/* A hyperlink */
a:hover {
    color: #4ADBF4;
}
/* Current index page number */
#index .page_cur {
	background-color: #4F4F4F;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #88F3FF;
	color: #393B3A;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #8C8E8D;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #8C8E8D;
