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

/* Style for all bodies. */
body {
	font-family: "Garamond", Times, serif;
	font-size: 20px;
	background-color: black;
	color: white;
	margin: 5px;
}

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

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	margin: 5px;
}

.number {font-size: 14px; }

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

/* Margin for the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

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

/* Image name on the index pages. */
#index .name {
	font-size: 16px;
	margin: 0;
}

/* Header */
h1 {
	font-size: 30px;
}

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

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

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

a:link {
	text-decoration: none;
	color: #CCCCCC
}

#imageinfo {
	visibility: hidden;
}
