@import url("../basic.css");
div#faq h1 {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	border: medium double #4F8710;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #FF9;
	color: #F00;
	text-align:center;
}
div#faq h2 {
	color: #F00;
}

div#faq div{
	margin:0 40px 40px 40px;
	}