/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	padding:0; font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0; 
}


/* Put a border on all generated images */
.image {
	border:0px solid #000000; margin:0; word-spacing:0 
}

/* Style for all table cells. */
td {
	font-size: 10px;
}