
#scroll {
	overflow: auto;
	width: 855px;
	height: 500px;

}

.question {
	display: block;
	font-weight: bold;
}

.title {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

.break {
	display: block;
}

#scroll a {
	font-size: 14px;
	color: #005274;
	font-weight: bold;
	float: right;
	padding-right: 30px;

}

#positions {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 20px;
}

#positions a {
	color: #004c6a;

}

