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

/* Style for all bodies. */
body {
  font-family: verdana,arial;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}

/* Put a border on all generated images   color changed from eeeee*/
.image {
	border-width: 2;
	border-color: #ffffff;
	border-style: outset;
	margin: 5;
}


/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 2;
}

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



