html body {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 70%;
  width: 90%;
  padding-top: 5px;
}

div {
  padding: 0px;
  margin: 0px;
  width: 99%;
}

.content {
  padding-top: 20px;
  background-color: #E6EAD1;
}


.extraText {
  font-size: 12px;
  padding: 5px;
}

a img {
  border: 0px none black;
}

div.titlebar {
  padding: 0px;
  margin: 0px;
}

div.titlebar div {
  font-size: 26px;
  font-weight: bold;
}

div.titlebar img {
  display: none;
}

div.outerProgressBar {
  display: none;
}

div.roundedBlock {
  border: 1px solid #85A900;
  background-color: white;
  margin: 10px;
}

div.roundedBlock img {
  display: none;
}

.pagesNavBar {
  width: 100%;
}

.bottombar {
  width: 100%;
  color: white;
  background-color: #85A900;
  text-align: right;
  height: 21px;
}

.bottombar img {
  display: none;
}

.questionNumber {
  font-size: 21px;
  font-weight: bold;
  color: white;
  display: block;
  padding: 10px;
  height: 45px;
  width: 45px;
  background-color: #85A900;
}




