#headerbackground {
  clear: left;
  background-color: #EEEEFF;
}

img {
  float: left;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

#menu ul {
  clear: left;
  width: 100%;
}

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

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

#menu a:hover {
  border: 3px blue inset;
  background-color: white;
}

#calendarmenu ul {
  clear: left;
  width: 100%;
}

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

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

#calendarmenu a:hover {
  border: 3px blue inset;
  background-color: white;
}

#col1of2 {
  float: left;
  clear: left;
  width: 46%;
  padding-left: 1%;
  padding-right: 1%;
  font: 100% sans-serif;
  color: black;
  background-color: #EEFFEE;
}

#col2of2 {
  float: left;
  width: 46%;
  margin-left: 1%;
  padding-left: 1%;
  padding-right: 1%;
  font: 100% sans-serif;
  color: black;
  background-color: #FFEEEE;
}

#monthhead {
  border: 2px black solid;
  float: left;
  clear: both;
  width: 93%;
  text-align: center;
  font: bold 150% cursive, sans-serif;
  color: black;
  background-color: #FFFFCC;
}

#sundayhead {
  border-left: 2px black solid;
  border-bottom: 2px black solid;
  border-right: 2px black solid;
  float: left;
  width: 13%;
  text-align: center;
  font: bold italic 125% sans-serif;
  text-decoration: underline;
  color: black;
  background-color: #FFEEEE;
  clear: left;
}

#othdayhead {
  border-bottom: 2px black solid;
  border-right: 2px black solid;
  float: left;
  width: 13%;
  text-align: center;
  font: bold italic 125% sans-serif;
  text-decoration: underline;
  color: black;
  background-color: #EEFFEE;
}

#sundaybody {
  border-left: 2px black solid;
  border-bottom: 2px black solid;
  border-right: 2px black solid;
  min-height: 15em;
  min-width: 1em;
  float: left;
  width: 13%;
  font: 80% serif;
  color: black;
  background-color: #FFEEEE;
  clear: left;
}

#sundaybody em{
  font: bold 150% serif;
  color: red;
  border: 2px red solid;
  background-color: #FFFFCC;
}

#othdaybody {
  border-bottom: 2px black solid;
  border-right: 2px black solid;
  min-height: 15em;
  min-width: 1em;
  float: left;
  width: 13%;
  font: 80% serif;
  color: black;
  background-color: #EEFFEE;
}

#othdaybody em{
  font: bold 150% serif;
  color: red;
  border: 2px red solid;
  background-color: #FFFFCC;
}

#col1of1heading {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  font: bold 150% cursive, sans-serif;
  border-bottom: 5px black double;
  color: black;
  background-color: #FFFFCC;
}

#col1of2heading {
  float: left;
  clear: left;
  width: 46%;
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  font: bold italic 125% sans-serif;
  text-decoration: underline;
  color: black;
  background-color: #EEEEFF;
}

#col2of2heading {
  float: left;
  width: 46%;
  margin-left: 1%;
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  font: bold italic 125% sans-serif;
  text-decoration: underline;
  color: black;
  background-color: #EEEEFF;
}

#left {
  float: left;
  clear: left;
  width: 46%;
  padding-left: 1%;
  padding-right: 1%;
  font: 100% sans-serif;
  color: black;
  background-color: #EEFFEE;

}

#right{
  float: left;
  width: 46%;
  margin-left: 1%;
  padding-left: 1%;
  padding-right: 1%;
  font: 100% serif;
  color: black;
  background-color: #FFEEEE;
   
}

#footer {
  border-top: 5px gray double;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

#col1of3 {
  float: left;
  clear: left;
  width: 30%;
  padding-left: 1%;
  padding-right: 1%;
}

#col2_3of3 {
  float: left;
  width: 30%;
  margin-left: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

