AcxedeFAQ uses the default styles of your web site to display questions and answers but you aren't stuck with those styles. The installation package adds a custom CSS file called AcxedeFAQCustom.css to your document gallery. It has three empty CSS classes as shown below:
.AcxedeFAQQuestionCustom { }
.AcxedeFAQAnswerCustom { }
.AcxedeFAQHRCustom { }
You can use these classes to add custom styling to the questions, answers and the horizontal rules that enclose the question links respectively.