.quotation
{
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 220%;
  font-weight: bold;
  color: #222222;
  line-height: 120%;
  padding-bottom: 20px;
}
.top-section-index
{
  font-size: 165%;
  background-color: #ffff00;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  /*text-decoration: underline;*/
}
.top-section-text
{
  background-color: white;
  font-size: 125%;
  padding: 18px;
  padding-top: 22;
  white-space: nowrap;
}
.highlight1
{
  background-color: #ffff00;
  /*
  background-color: #66cc00;
  color: #ffffff;
  */
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 140%;
  /*text-decoration: underline;*/
}
.highlight2
{
  background-color: #0099ff;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 140%;
  /*text-decoration: underline;*/
}
.highlight3
{
  background-color: #66cc00;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 140%;
  /*text-decoration: underline;*/
}
.register-button
{
  text-decoration: none;
  font-size: 155%;

}
.register-button:hover
{
  text-decoration: underline;
  background-color: transparent;
}
.register-comment
{
  padding-top: 20px;
  color: #444444;
  font-size: 65%;
}

