.faq_content{
	margin: 10px 50px;
	}
.faq_content p{
	margin: 0px 10px;
	}
.faq_content a {
	text-decoration: none;
	}

.answers {
	width: 500px;
	background-color: #FFE9D7;
	background-image: url('images/answer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 100px;
	margin: 10px;
	border: 3px inset gray;
	list-style-type: none;
	}