body {
	color:#333;
}
.cont-wrapper {
	width:980px;
	display:block;
}
.cont-wrapper div {
	padding:3px 0px;
}
#pdfTitle {
	font-weight:bold;
	text-align:center;
	font-size:150%;
}
#pTtlQ, #pCrtA, #testTime {
	font-weight:bold;
}
table.result_table {
	border-collapse: collapse;
	margin-top:15px;
}
table.result_table thead td {
	background:#ccc;
	color:#000;
	font-weight:bold;
	
}
table.result_table td {
	border:1px solid #aaa;
	padding: 5px 10px;
}
