body {
  font-family: Arial;
  font-size: 0.9em;
}
.menu {
  font-family: Arial;
  font-size: 1.3em;
}
.question {
  font-family: Arial;
  font-weight: bold;
  text-align: left;
}
.tietle_section {
  background-color: #6a2222;
  font-weight: bold;
  font-size: 1.4em;
  font-family: Arial;
  color: white;
  display: block;
  padding-left: 6px;
}
.primary-links, .primary-links a:link, .primary-links a:visited {
  color: #6b2221;
  background-color: #c1c1c1;
  text-decoration: none;
  font-size: 1.1em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}
.primary-links a:hover {
  font-family: Arial,Helvetica,sans-serif;
  color: white;
}
.instruction {
  font-family: "Times New Roman",Times,serif;
  background-color: #ebebeb;
  color: #333333;
  line-height: 1.4em;
}
