/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
/*	font-family: Georgia, Times New Roman, Times, serif;*/
	font-size: 13px;
	/*background-color: #59433F;*/
	background-color: #E6E3CF;
	color: black;
	margin: 5;
	scrollbar-track-color:#D0D0B0; 
        scrollbar-shadow-color:#E7E4CF;
}

/* Style for all table cells. */
td {
/*	font-family: Georgia, Times New Roman, Times, serif;*/
	font-size: 16px;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
	border-color: black;
	border-style: solid;
	margin: 2;
}

.nav {
	font-weight: bold;
	font-size: 20px;
}

.googleindex {
	/* font-family: Courier New, Courier, mono; */
	font-weight: bold;
	font-size: 12px;
}

.slidetitle
{
	font-size: 18px;
	padding-bottom: 2;
	padding-top: 2;
	padding-right: 5;
	padding-left: 5;
}


/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 18px;
}

/* Header */
h1 {
	font-size: 24px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none !important;
	color: #FF0000 !important;
}

a:visited {
	text-decoration: none !important;
	color: #007000 !important;
}

a:hover {
	text-decoration: underline !important;
	color: #000000 !important;
}

a {
	text-decoration: none !important;
	color: #800000 !important;
}

#imageinfo {
	visibility: hidden;
}

