body{
	font-family: Arial, Helvetica, sans-serif;margin:0px;
}

ul, li, ol{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	line-height: 1.25em;
}

.dhtmlgoodies_question{	/* Styling question */
	color:#FFFFFF;
	font-size:12pt;
	background-color:#006633;
	width:480px;
	margin-bottom:1px;
	margin-top:1px;
	padding-left:2px;
	cursor:pointer;
	line-height: 1.5em;
}
.dhtmlgoodies_answer{
	border:1px solid #006633;
	background-color:#FFFFCC;
	width:480px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-size: 12pt;
	color: #000000;
	line-height: normal;
	padding:3px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:3px;
	font-size:0.9em;	
	position:relative;
	width:480px;
	white-space:normal; 
}

