
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#ccc;
	font-size:0.9em;
	background-color:#000;
	width:180px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	font-weight:bold;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px dashed #fff;
	background-color:#000;
	width:600px;
	font-weight:bold;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
.copy{	/* Content that is slided down */
	padding:1px;
	font-size:9px;	
font-weight:bold;
	position:relative;
}
