1/**
2 * FAQs are just headers with a different class in them. Here's a simple
3 * style sheet for them.
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Dion Nicolaas <dion@nicolaas.net>
7 */
8span.faq {
9    color: brown;
10}
11