/* Custom Formatting                                            */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */




.question_and_answer
    {
    margin: 2.0em 0em 0em 0em;
    }

.question,
.answer
    {
    font-family: "DinProBold", "FF DIN Pro Bold", "Din Pro Bold", "Din Bold", "arial", "helvetica", sans-serif;
    }

.question
    {
    color: #597c6f;                     /* 71% UTD Green */
    }

.answer
    {
    color: #e87500;                     /* 100% UTD Orange */
    }
