﻿* { margin: 0; padding: 0; }

h3 {
    color:#fff;
}

h4 {
    color: #979797;
}

#QuestionsAnswers {
    width:800px;
    font-family:Arial;
    color:#6D6D6D;
    text-align:justify;
}

.questionDiv {
    float:left;
    width:600px;
}

.questionImage {
    float:right;
    width:120px;
    height:120px;
}