/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body  { color: white; background-color: #FF0511 }


/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

