

body {
	background-color: #12173D;
}
/* A hyperlink */
a:hover {
    color: #9CAED8;
}
/* Current index page number */
#index .page_cur {
	background-color: #273767;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #F0F5FF;
	color: #12173D;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #4564AD;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #4564AD;
