body {
	font-size: 12px;
	font-family: Georgia, Arial, Verdana, sans-serif;
	
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0;
	cursor: pointer;
	
}
h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0;

	color: #aaa;
	
}
#container {
	width:950px;

	border: 1px solid #aaa;
}

#title {
	padding: 0px 0;
	text-align: center;
	font-size: 20px;
}

#left_pane,
#right_pane {

}

.scrollable {
	width: 370px;
	height: 350px;
	overflow: auto;

}

.scrollable ul {
	position: static;

}

#left_pane {
	float: left;
	margin: 10px 0 10px 10px;

}
#right_pane {
	float: right;
	margin: 10px 10px 10px 0;

}

.question a {font-style:italic}
