#body {
    background-color: #FFCCFF;
}
#h1 {
    text-align: center;
    color: blue;
    margin-top: 5px;
        }
    
#menu ul {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	}

#menu li {
	list-style-type: none;
	float: left;
	width: 5em;
	text-align: center;
}

#menu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: block;
	border: 3px blue outset;
	background-color: #CCCCFF;
}

#menu a:hover {
	border: 3px #FFFF00 inset;
}
#clear {
    clear: both;
}
#h2 {
    text-decoration: underline;
    margin-top: 2em;
    text-align: center;
    color: #660000;
    font-weight: bold;
}
#h3 {
    text-align: center;
    color: #660000;
    font-weight: bold;
}

.p {
    font-weight: bold;
    color: black;
    font-size: larger;
}
.p1 {
    text-decoration: underline;
    color: #660000;
    font-weight: bold;
    font-size: large;
    margin-left: 30em;
}
.p2 {
    color: #660000;
    font-weight: bold;
    font-size: larger;
    margin-left: 30em;
}
#h4 {
  text-align: center;
  color: blue;
  font-weight: bold;  
}
.lesson {
    background-color: #66CC99;
        font-size: 110%;
        width: 51em;
        border: 1px white solid; 
        padding-bottom: .4em;
}
.class {
    font: italic 110% arial, sans-serif;
        float: left;
        width: 4em;
	text-align: center;
        border-right: 2px white solid;
  }
  
  
.date {
    font: italic 110% arial, sans-serif;
        float: left;
	text-align: center;
        width: 9em;
      
        
}
.title1 {
    font: italic 110% arial, sans-serif;
        width: 30em;
        border-left: 2px white solid;
	padding-left: 20%;
}
.title {
    font: italic 110% arial, sans-serif;
        width: 30em;
        border-left: 2px white solid;
	padding-left: 2em;
}


