/***body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

div.SubLesson{
	margin-left: 20px;
}

div.Header {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	width: 100%;
}
*************/
.prev-next-links {
  height: 25px;
}
.PrevLink{
	float:left;
	padding: 10px 5px;
}
.PrevLink a, .NextLink a {
  color: #777;
}
.PrevLink a:hover, .NextLink a:hover {
  color: #000;
}

.NextLink{
	float:right;
	padding: 10px 5px;
}

div.Footer {
  margin-top: 20px;
  background-color: #CCCCCC;
  text-align: center;
}

div.SubTitle {
	font-size: 22px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 90%;
  background: #eee;
}

div.Text {
	text-align: justify;
	margin-bottom: 15px;
  width: 90%;
}

div.Example {
	border: 2px solid #000000;
	margin-bottom: 15px;
	width: 90%;
}

.ExampleTitle {
  background: #000;
	color: #FFFFFF;
}

div.ExampleContent {
	padding:10px;
}

td.ExampleContent {
	background-color:#FEE4C2;
	color:#995533;
	padding:10px;
}

td.ExampleAnswer {
    background-color:#FEE4C2;
    width:150px;
	overflow:hidden;
}

td.ExampleSound {
	width:200px;
	padding:10px;
	text-align:left;
}

/*
p {
	text-align: justify;
}
*/

.Spanish, .spanish {
	/* color:#FF0000; */
	color:#444;
}

.English, .english, .highlight {
	color:#0066CC;
}
