/* print styles */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

BODY {
  color: black;
  background: white;
  font-family: verdana, helvetica, serif;
  font-size: 12pt;
}

UL {
  font-size: 12pt;
}

.level1, .level2, .level3 {
	font-size: 14pt;
        font-weight: bold;
        font-family: verdana, helvetica, serif;
}

.question {
	font-size: 14pt;
        font-weight: bold;
        font-family: verdana, helvetica, serif;
}

.answer {
	font-size: 12pt;
        font-family: verdana, helvetica, serif;
}

.footer {
	font-size: 12pt;
	font-weight: bold;
	font-color: red;
}

.title {
 	text-align: center;
	left: 180px;
	margin: 0 auto;
}

.category {
  	padding-top: 20px;
	font-size: 15pt;
	font-weight: bold;
}

.textbox {
	position: absolute;
	left: 180px;
	right: 40px;
}

.number {
	float:left;
	padding-right: 5px;
	padding-top: 3px;
}

.update {
	display:none;
}

.new {
	display:none;
}

.administrative {
	display:none;
}

