p{line-height:1.8;padding:20px 0;}
.faq-a {
                    display:inline-block;margin:10px;
                    padding: 8px 15px;
                    border: 1px solid #999;
                    border-radius: 20px;
                    text-decoration: none;
                    color: #333;
                    background-color: #f0f0f0;
                    font-family: sans-serif;
                    font-size: 0.9em;
                    transition: background-color 0.2s, border-color 0.2s;
                    white-space: nowrap;
                    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.faq-a:hover{background-color:#e0e0e0;border-color:#777;cursor:pointer;}
                