/*
 * 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: #1A3A85;
	color: white;
	margin: 5;
}
h2 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.5em;
	padding-left: 10px;
	margin-top: 20px;
}

a:link {color: white; text-decoration: none}


/* Style for all table cells. */
td {
	font-size: 10px;
	color: white;
}
