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

body {
text-align: center;
background-color:#FFFFFF;
font: 16px arial, helvetica, sans-serif;
line-height:24px;
}

h1 {
color:#12d9f9;
}

#container {
width: 500px;
margin: auto auto;
text-align:left;
padding:0px 20px 20px 20px;

}

.indent {
margin-left:25px;
}


.h2tag {
background:#000000; 
color:#12d9f9; 
font-size:17px; 
}

.h2tag:hover {
background:#12d9f9;
color:#FFFFFF;
text-decoration:none;
}


.enclosure {
	margin-bottom:5px;
}
.dhtmlgoodies_question{	

	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	cursor:pointer;
}



.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	
	width:100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}

