* { margin: 0px; padding: 0px; border: 0px; }
body { background-color: #000; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height:16px; color: #646464; width: 100%;}
a {color: #000;}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:12px;
	background-color:#000;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#000;
	width:400px;
	
	/* 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;
}

a.white {
	color: #ffffff;
}

div.rek {
	font-size: 16px;
	padding-top: 40px;
	letter-spacing: 1px;
	line-height: 20px;
}

.white {
	color: #FFFFFF;
}