<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider {
	float:left; 
	width:720px; 
	padding:0px;

	}
	
.dhtmlgoodies_question {	/* Styling question */
	color: #045ea9;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	text-decoration: none;
	line-height: 16px;
	text-align:left;
	background-image:url(../images/gray-bg.jpg);	
	background-repeat: repeat-x
}

.dhtmlgoodies_answer {	/* Parent box of slide down content */
	visibility:hidden;
	height:175px;
	width:720px;
	overflow:hidden;
	position:relative;
	padding:0px;
	margin:0px;
	text-align:left;
}


.dhtmlgoodies_answer_content {	/* Content that is slided down */
	position:relative;
	padding: 5px 10px 12px 12px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family:arial;
	color: #858585;
	text-decoration: none;
	overflow:hidden;
	line-height: 18px;
	text-align: justify;
	background-color:#FFFFFF;
	width:705px;
	
}

.dhtmlgoodies_answer_content a {	
	color: #225D79;
	text-decoration: underline;
}

.dhtmlgoodies_answer_content a:hover {	/* Content that is slided down */
	color: #666666;
	text-decoration: underline;

}

.dhtmlgoodies_answer_content_ul {
	padding: 5px 20px 5px 20px;
	margin:0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #99c77d;
	text-align:left;
	}


</pre></body></html>