#about
{
width: 850px;
height: 250px;
padding-left: 35px;
padding-right: 35px;
margin-bottom: 25px;
padding-top: 25px;
padding-bottom: 25px;

font-size: 25px;
line-height: 32px;
background: #ddd;
}

#faq
{
width: 850px;
height: 100%px;
padding-left: 35px;
padding-right: 35px;
margin-bottom: 25px;
padding-top: 25px;
padding-bottom: 25px;
font-size: 20px;
line-height: 25px;
background: #ddd;
}

#faq>h1
{
font-size: 30px;
line-height: 35px;
color: #111111;
width: 820px;
background: #bbb;
padding: 15px;
text-align: center;
}
#faq>h2
{
font-size: 25px;
line-height: 25px;
color: #ff971f;
text-decoration: underline;

}
#faq>h3
{
font-size: 15px;
line-height: 20px;
color: #666;
}
#faq>p
{
font-size: 20px;
line-height: 25px;
color: #333;
}

#faq>p>b
{
color: #c67518;
}