body {
	color:#ffffff;
	font-family: "Helvetica";
}

html, body {
height: 100%;
}

#topp {
	width: 100%;
	background: #000000;
	text-align: center;
}
#boks {

	letter-spacing: 1px;
	height: 100%;
	background: #000000;
	width: 300px;
	margin: 0 auto 0 auto;
	text-align: center;
	
}

#bunn {
	margin-bottom: 0;
	text-align:center;
}	

#bunn a {
	color: #000000
}

a {
	text-decoration: none; color: #ffffff;
}

a:hover {
	text-decoration: underline; color: #ffffff;
}




.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	
	
	width:100%;
	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 */
	width:100%;
	font-size: 10px;
	text-align:left;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
		
	position:relative;
}
