body {
	margin: 8px; 
	color: black; 
	background-color: white;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 960px;
	background-color: white;
	color: #08366A;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
/*	margin-top: 2%;
	margin-right: 5%;
	margin-left: 5%; */
}
#container {
	width: 960px;
	background-color: #808080;
	color: white;	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
/*	margin-top: 2%;
	margin-right: 5%;
	margin-left: 5%; */
	padding-bottom: 30px;
	border: thin; border-color: Black; border-style: solid; 
}
.lesson {
	width: 400px; 
	background-color: #2F006C; /* deep purple as below */
	font-weight: bold; 
	font-size: 300%;
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif; 
	font-style: italic;
	vertical-align: middle; 
	color: #458BAA; 
	font-weight: bold; 
	padding: 0.1em 1.5em 0;
}
p { 
	color: white;
	margin-right: 5%;
	margin-left: 5%;
	font-size:140%;
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif; 
	text-align: center; 
	text-decoration: none;
}
.credits {
	background-color: #808080;
	color: #faebd7; 
	font-size: 120%; 
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bold; 
	padding-top: 0.5em;
	margin-right: 5%;
	margin-left: 5%;
	border-bottom: medium; 
	border-bottom-color: #faebd7; 
	border-bottom-style: double;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.5em;
}
table {
	width: 960px;
	background-color: #2F006C; /* deep purple as below */
	border: thin; border-color: Black; border-style: solid; 
}

h1, h2 {
	background-color: transparent;
	text-align: center;
	color: white;
	margin-top: 10px;
	font-size:200%;
	font-family:  'Times New Roman', Arial, Helvetica, Verdana, sans-serif; 
	text-decoration: underline;
	font-style: italic;
}

h2 { 
	font-size:160%;
	font-style: normal;
	font-weight: bold;
}

hr {
	background-color: white;
	color: #08366A;
	height: 4px;
	width: 960px;
}

.right {
	float: right;
}
.left {
	float: left;
}
.nar {
	color: #08366A;
	height: 2px;
}
.unline {
	text-decoration: underline;
}
.large {
font-size: 20pt;
font-weight: bold;
letter-spacing: 0.25em;
}
/* pseudo-classes */
a:link {
background-color: transparent;
color: #2F006C; /* deep purple as below */
text-decoration: none;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
}
a:visited {
color: #3696ae;
background-color: transparent;
text-decoration: none;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
}
a:hover {
color: #ff0200;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
}