/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */


body {


font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color:#000000;
		color: #777777;
	margin: 1;
	background-attachment : fixed;

	scrollbar-3dlight-color : #8690B4;
	scrollbar-arrow-color : #777777;
	scrollbar-base-color : #8690B4;
	scrollbar-darkshadow-color : #777777;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #000000;
}

img {
	border-color: #5f5f5f;
}

/* Custom link styles */
a:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}

a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}

a:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666
}

a:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CAB663
}

.comment {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;

}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.camera {
	font-size: 10px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 0px;
}




#imageinfo {

	font-size: 11px;
}

