.questions {
	width: 250px;
	float: left;
	padding-right: 10px;
	margin-right: 30px;
}
.answer {
	width: 250px;
	float: left;
}
.questions ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: circle;
}
.questions li {
	margin: 0;
	padding: 0;
}
.questions li a, .questions li a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	font-family: arial;
}
.questions li a:hover {
	text-decoration: underline;
}
#activeQuestion 
{
	list-style: disc;
}
#activeQuestion a, #activeQuestion a:visited {
	color: #666666;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
}
.label {
	font-family: arial;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}
.answer p {
	margin: 0;
	margin-bottom: 10px;
	color: #666666;
	font-family: arial;
	font-size: 12px;
}