/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	margin-top: 3px;	
}

/* Put a border on all generated images */
.image {
	margin: 4;
	border: 1 solid #FF0000;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}

