

body {
	color: #4A4A4A;
	background-color: #FFFFFF;
}

img {
	border-color: #BFBFBF;
}

#index hr {
	border-color: #BFBFBF;
}

/* Current index page number */
#index .page_cur {
	color: #0080FF;
}
/* Other index page numbers */
#index .page_other:link {
	color: #4A4A4A;
}
#index .page_other:visited {
	color: #4A4A4A;
}
#index .page_other:hover {
	color: #B0B0B0;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #6C6C6C #FFFFFF #FFFFFF #6C6C6C;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #BFBFBF;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #BFBFBF;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #BFBFBF;
}