@charset "utf-8";
#guests   a {
	color: #FFFFFF;
	background: #000000;
}

#questions {
	border-top: 2px none #E4EC89;
	border-right: 2px none #E4EC89;
	border-bottom: 2px dashed #E4EC89;
	border-left: 2px none #E4EC89;
	padding-bottom: 10px;
}

#questions  li {
	margin-top: 3px;
	list-style: inside;
}
#answer p {
	margin-left: 20px;
}
#answer h6 {
	text-align: right;
	margin-bottom: 15px;
}
