/* Generated by KompoZer */

.contentBox {
  border-style: double; 
  border-width: thick; 
  padding: 2%; 
  background-color: rgb(255, 255, 153);
}

.infoBox {
  border-style: solid;
  font-size: 0.8em;
  width: 45%;
  font-family: Comic Sans MS,Arial,Helvetica,sans-serif;
  text-align: center;
  background-color: #ffff99;
}
.kidsText {
  text-align: center;
  font-weight: bold;
  font-family: Comic Sans MS,Arial,Helvetica,sans-serif;
  color: #006600;
}
.largeText {
  font-size: 24px;
  font-weight: bold;
}
.largestText {
  font-size: 30px;
  font-weight: bold;
}
.extraLargestText{
  font-size: 42px;
  font-weight: bold;
}
.mediumText {
  font-size: 18px;
  font-weight: bold;
}
