.lesson7 {
	font-family: "Lucida Handwriting", Mistral, Papyrus;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	background-color: #FFCCCC;
	overflow: scroll;
	position: relative;
	left: 50px;
	top: 50px;
	clip:  rect(50px 25px 50px 25px);
}
