/*
 * Combined style sheet for the index pages and the slide pages.
 */

 /* Style for all bodies. */
 body {
 	line-height: 14pt; 
 	margin-top: 0px; 
 	background-color:#FFF8DC;
	/*#B6B282; */
	color:black; 
 	font-family:arial
 }

 /* Style for links */
 a:link { 
 	color:black; 
 	text-decoration: none; 
 	text-shadow: grey 
 }

a:visited { 
	color:black; 
	text-decoration: none; 
	text-shadow: grey 
}

a:hover { 
	color:black; 
	text-decoration: underline; 
	text-shadow: grey 
}

/* Style for table cells */
td {
	line-height: 14pt; 
	margin-top: 0px; 
	background-color:#FFF8DC; 
	color:black; 
	font-family:arial; 
	font-size:11pt
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}



