/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */

h1 {
color: red
	font-size: 90px;
	font-weight: bolder;
	font-family: Futura Black, Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	margin-top: 20px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px;
	line-height: 80%
	}

h2 {
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -2px;
	padding-top: 1px;
	padding-left: 325px;
	border-top: 0px;
	line-height: 14px
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
	margin: 5;
}


/* Style for all table cells. */
td {
	font-size: 10px;
	padding-top: 20px;
}



