/*li {padding: 2px 0;} */

dl {
	margin:0px;
	padding:0px;
}

dt {
	font-weight: bold; 
	/*margin: 15px 40px 5px;*/
	margin-top:5px;
	margin-right:70px;
	margin-bottom:15px;
	cursor: pointer;
	text-decoration: underline;
	color: #BD4A18;
	color:#8A2225;
}

/*	dt:before {
		content: "Q";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #FFD87D;
		background-color: #BD4A18;
		font-weight: normal;
		
		margin-left: -35px;
		position: relative;
		top: 10px;
	}
*/


dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
/*	dd:before {
		content: "A";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 9px;
		color: #752E0F;
		background-color: #FFD87D;
		
		margin-left: -38px;
		position: relative;
		top: 10px;
	}
*/

p {line-height: 150%;}
	
.show {display: block;}
.hide {display: none;}	