

body {
	background-color: #172F51;
}
/* A hyperlink */
a:hover {
    color: #92CDED;
}
/* Current index page number */
#index .page_cur {
	background-color: #27517C;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #F9F9FF;
	color: #172F51;;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #3B81B2;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #3B81B2;
