#questionlist {
	margin: 10px 10px 30px 10px;
	text-align: left;	
}

#questionlist UL {
	list-style: none;
	padding: 0;
	margin: 0;
}

#questionlist UL LI A {
	color: black;
	font-style: normal;
	font-weight: bold;
}

DIV.normal {
	text-align: left;	
	margin: 10px;
}

DIV.right {
	text-align: right;
	margin: 5px 10px 10px 10px;	
}

DIV.back {
	margin: 50px;	
}

DIV.normal P.title {
	font-weight: bold;	
}

DIV.normal P {
	text-align: justify;	
}