.Lesson {
	font-family: "Tempus Sans ITC", "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
	background-color: #FFFFCC;
	background-position: left bottom;
	text-align: center;
	padding: 3px;
	height: auto;
	width: 110px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333399;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #333399;
}

h2 {	
	font-family: "Tempus Sans ITC", "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;}

.navcontainersm { float: left; width: 9em; }
.navcontainersm ul
{
margin: 0px;
padding: 0;
list-style-type: none;
font: 80%/1.2 Georgia, serif;
}

.navcontainersm a
{
display: block;
margin: 0 .5em;
padding: .25em;
width: 8.5em;
background-color: #336699;
border-bottom: 1.5px solid #EBCE76;
}

.navcontainersm a:link, .navlistsm a:visited
{
color: #F0E68C  ;
text-decoration: none;
}

.navcontainersm a:hover
{
background-color: #6699CC;
color: #fff;
}

