/*
 * 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: small;
	background-color: e8fee8;
	color: 000000;
}

img {
	border-color: 008000;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #000084
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}

.comment {
	font-weight: bold;
	font-size: smaller;
}


/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: middle;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 8;
}

/* Remove the margin under the images on the index pages. */
#index .image {

}

/* Don't have margins on the slide pages. */
body#slide {

}

body {

}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: small;
}

/* Header */
h1 {
	font-size: Larger;
	font-weight: bold;
}


#imageinfo {
	font-size: x-small;
}

