/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	
	color: black;
	margin: 5;
}

/* on all generated images */
.image {
	
	margin: 5px 5px 20px 5px;
	text-align: center;
}

/* Style for all table cells. */
td {
	font-size: 10px;
	text-align: center
}
