/* CSS Document */
body {
	background-color: #eeeeee;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: xx-large;
}
h3 {
	font-size: xx-large;
}
h6 {
	clear: both;
}
img {
	border: none;
}
p {
	font-size: 18px;
	font-family: Tahoma;
	margin: 10px 0 10px 0;
	padding: 0;
}

p b {
font-size: 24px;
color: blue;
font-weight: normal;
}

b {
	font-size: 24px;
	
}
a {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	color: red;
}
.blue {
color: blue;
}

.red {
color: red;
}

.logo {
	height: 40px;
}
.Player {
	display: block;
	position: fixed;
	top: 26px;


}
.main {
	width: 960px;
}
.Lesson_Text {
	display: block;
	position: relative;
	left: 200px;
	background-color: #ffffff;
	width: 600px;
  margin-top: 30px;
		
	padding-left: 30px;
  padding-top: 10px;
  padding-right: 20px;
	font-family: Verdana;
	line-height: 22px;
	
}
p em {
color: blue;
font-size: 18px;
}

em {
	font-size: 10pt;
}

 h1 ul  {
 clear: both;
 width: 100%;
 list-style: decimal ;
 }
 
 h1 ul li {
 font-size: 36px;
 line-height: 50px;
 }

ul {
  list-style: decimal ;
  float: left;
}

li {
	font-size: 18px;
	}

.content li{
	font-size: 20px;
	width: 260px;
	line-height: 26px;
}

.whitebar {
	clear: both;
}
.center {
	text-align: center;
}

