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

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: white;
	color: black;
	margin: 5px;
}


/* Style for all table cells. */
td {
	font-size: 0.80em;
}
#nav {
	margin: auto;
	}
