* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
}

body { 
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

.chapter {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 18px;
	border: solid 5px #005500;
	background-color: #00DD00;
	padding: 5px;
	text-align: left;
}

.textBox {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
 
.movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.textBox pre {
	font-size: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	font-family:monospace;
}
