/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	background-color: white;
	color: black;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
.xxxxx {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
}
.xxxxxxxxxx {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	text-align: center;
}


.style1 {font-size: 36px}
.style3 {font-family: "Comic Sans MS"}
.style4 {font-size: 36px; font-family: "Comic Sans MS"; }
.xxxxxxxxxxxxxxxxxxxxxxx {
	text-align: center;
}
.d {
	text-align: justify;
}

