body { 
	background-color: black;
	color: #ffffcc;
	margin-top: 18px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container {
	margin-top: 20px;
	width: 940px;
	background-color: #46221d;
	margin-right: auto;
	margin-left: auto; 
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
p#credits {
	margin-top: 10px;
	width: 940px;
	vertical-align: middle; 
	text-align: center;
	font-family: 'Times New Roman', Arial, sans-serif;
	background-color: #707070; 
	color: #ffffcc; 
	letter-spacing: 0.5em;
	border-bottom: 3px solid #ffffcc;
	padding-bottom: 8px; 
}
hr {
	width: 940px;
	color: #ffffcc;
}
.opening {
	width: 960px; 
	font-family: 'Times New Roman', Arial, sans-serif; 
	color: #ffffcc;
	text-align: center;
/*	border-top: 2px;
	border-bottom: 2px; 
	border-style: solid; 
	border-color: #cc6633; */
}

td#open-img {width: 320px; background: black; }
td#lesson { 
	width: 360px; 
	background-color: #030301;
	color: #cc6600; 
	font-weight: bold;
	font-size: 300%;
	font-family: 'Times New Roman', Arial, Helvetica, Verdana, sans-serif; 
	font-style: italic;
	text-align: center; 
	vertical-align: middle; 
	letter-spacing: 0.25em; 
	padding-top: 10px;
}

img.tdimg {
	padding-right: 20px; 
	padding-left: 20px;
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


p { 
color: #faebd7; 
margin-right: 10px; 
margin-left: 10px; 
font-weight: normal;
font-size: 110%;
font-family: 'Times New Roman', Arial, sans-serif; 
}
.just {
	margin-right: 22px;
	margin-left: 22px;
	text-align: justify;
}
.large {
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 0.25em;
}
p.view { 
	font-weight: bold;
	font-size: 110%;
	font-family: 'Times New Roman', Arial, sans-serif; 
	color: #faebd7; 
	text-align:center 
}

h1, h2 {
	background-color: transparent;
	text-align: center;
	color: silver;
	font-size:260%;
	font-family: 'Times New Roman', Arial, sans-serif;
	text-decoration: underline;
	font-style: italic;
	padding-top: 10px;
}

h2 { 
	color: #959595;
	font-size:130%;
	text-decoration: none;
}
.spc {
	padding-right: 8px;
	padding-left: 8px;
}
.unline {
	text-decoration: underline;
}

/* pseudo-classes */
a:link {
background-color: transparent; /* pick color or transparent */
color: #ffffcc;
text-decoration: none;
font-weight: normal;
padding-right: 10px;
padding-left: 10px;
}
a:visited {
color: silver;
background-color: transparent; /* pick color or transparent */
text-decoration: none;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
}
a:hover {
color: white;
background-color: transparent; /* pick color or transparent */
text-decoration: underline;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
}