/*
   Style sheet for examination pages (instructions "start" page, answer sheet, etc.)
   */
 body {
 	margin-top: 1em;
 	margin-right: 1em;
 	margin-bottom: 1em;
 	margin-left: 1em;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
  }

 h3 {
	font-size: 125%;
	font-weight: bold;
 }

em,label {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-style: normal;
	font-weight: bold;
	font-size: larger;
}

.exam_info th {
	text-align: left;
}

span.title {
	font-style: italic;
	font-weight: bolder;
}

.error {
  color: #FF0000;
}

.incorrect_choice {
	color: #FF0000;
}

.question_text {
	font-weight: bold;
}
