/*
 * 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;
	background-color: white;
	color: black;
	margin: 0;
}
i {font-size: 30; 
	font-family: Calibri;
	color:#942A28;
	}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: #942A28;
	border-style: solid;
	margin: 7;
}
td {
	font-size: 10px;
}
