h2 {
    color: #1B7B6C;
}

.question {
    font-size: 14px;
    font-weight: bold;
}


/* unvisited link */
.faqLink:link {
    font-size: 14px;
    font-weight: bold;
    color: #4287f5 !important;
    text-decoration: underline !important;;
}

/* visited link */
.faqLink:visited {
    font-size: 14px;  
    font-weight: bold;
    color: #4287f5 !important;
    text-decoration: underline !important;;
}

/* mouse over link */
.faqLink:hover {
    font-size: 14px;
    font-weight: bold;
    color: #1B7B6C !important;
    text-decoration: underline !important;;
}

/* selected link */
.faqLink:active {
    font-size: 14px;
    font-weight: bold;
    color: #4287f5 !important;
    text-decoration: underline !important;;
}