body {
	background-color: White;
	margin: 0px; 
	font-family: "arial"; 
}

h1 {
	text-align: center;
	color: Ivory;
	background-color: #1f3b84; 
	font-size: 1.6em;
	padding: 16px 10px 16px 10px; 
	margin-top: 0px; 
}

h2 {
	text-align: center;
	color: #1f3b84; 
	font-size: 1.2em;
	padding: 6px 10px 6px 10px; 
}

p {
	margin: 0px auto; 
	margin-top: 40px; 
	text-align: center;
	display: block;
	width: 744px; 
	max-width: 100%; 
	color: #1f3b84;
	font-weight: bold; 
}

#slide {
	margin: 0px auto; 
	text-align: center;
	display: block;
	width: 744px; 
	max-width: 100%; 
	background-color: #1f3b84; 
}

a {
	text-decoration: none; 
}

img {
	position: relative;
	z-index: 1; 
	margin: 0px auto; 
	text-align: center;
	display: inline-block;
	vertical-align: top; 
	width: 555px; 
	max-width: 100%; 
}

button {
	position: relative;
	z-index: 2; 
	display: inline-block;
	vertical-align: top; 
	background-color: #1f3b84; 
	width: calc(95px); 
	max-width: 50%; 
	height: 370px; 
	color: white;
	border-width: 0px; 
	border-style: none; 
	border-color: transparent;
	padding: 10px 20px 10px 20px; 
	margin: 0px; 
	font-size: 3em;
	font-weight: bold; 
	outline: none;
}

button:hover {
	cursor: pointer;
	outline: none;
	border-width: 0px; 
}

button.prev {
	text-align: left; 
	margin-right: calc(-95px + 90px);
}

button.next {
	text-align: right; 
	margin-left: calc(-95px + 90px);
}
