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

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #f4eee5;
	color: #998f83;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
	border-color: #998f83;
	border-style: solid;
	margin: 5;
}

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

/* 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: 2;
	margin-right: 2;
	margin-bottom: 0;
}


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

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

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #FFAAAA;
}

a:visited {
	text-decoration: underline;
	color: #998f83;
}

a:hover {
	text-decoration: underline;
	color: #998f83;
}

a:link {
	text-decoration: underline;
	color: #998f83;
}

#imageinfo {
	visibility: visible;
}
