﻿/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: "Times New Roman";
	font-size: medium;
	color: black;
	margin: 5;
	background-image: url('../../images/background_tile.gif');
}


/* Style for all table cells. */
td {
	font-size: medium;
}

