.questionsDiv {
    margin-bottom: 25px;
}

.questionsDiv ol {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.questionsDiv li {
    color: #042e80;
}

.questionsDiv a {
    color: #042e80;
    font-weight: bold;
    line-height: 15px;
}

.answersDiv a {
    color: #042e80;
}

.answersDiv ol {
    margin-right: 20px;
}

.answersDiv li {
    margin-bottom: 15px;
    font-weight: bold;
    color: #042e80;
}

.answersDiv .answer li {
    margin: 7px 0 0 0;
    font-weight: normal;
    color: #000;
}

.answersDiv a:hover, .questionsDiv a:hover {
    color: #931214;
}

.question {
    text-align: justify;
    color: #042e80;
}

.answer {
    font-weight: normal;
    text-align: justify;
}

.answer p {
    margin: 7px 0 0 0;
}
