/* @override http://jacobreed.net/style.css */

@charset "UTF-8";
/* CSS Document */

* {
	
}

body{
	background-color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#topbar {
	background-color: #333;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
}

#topbar a:link, #topbar a:visited {
	color: white;
	text-decoration: none;
}

#topbar a:hover {
	color: orange;
}

#page {
	background-color: black;
	margin-left: 100px;
	margin-top: 100px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size: 30px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	font-weight: bold;
	background-position: right top;
	background-repeat: no-repeat;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
}

.dhtmlgoodies_answer_content p{
	margin-top: 4px;
	margin-bottom: 4px;
}

#section p {
	margin-top: 1px;
	margin-bottom: 1px;
}
