/* CSS Document */

.questionText {
  font-size: 1em;
	color: #666666 ! important;
}

.introText {
  font-size: 1.2em;
  font-weight: bold;
}

.blank, .blank u {
  color:#114477 ! important;
	text-decoration: underline;
}

.options a:link, .options a:visited {
  color:#3366FF ! important;
}

.options a:hover {
  color:#FF0000 ! important;
}

div.section {
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}

