

body {
	background-color: #FBFCF7;
}
/* A hyperlink */
a:hover {
    color: #4273F4;
}
/* Current index page number */
#index .page_cur {
	background-color: #E8F1F9;
}
/* 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: #BBD0E4;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #BBD0E4;

