

body {
	background-color: #FBFCF7;
}
/* A hyperlink */
a:hover {
    color: #2F80D0;
}
/* Current index page number */
#index .page_cur {
	background-color: #E7F0F5;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #FFFFFF;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #BFD1DF;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #BFD1DF;

