#questionsSection {
    padding-top: 10px;    
}

#questionsSection a:link{
    font-family: Arial, Helvetica, sans-serif;
    color: #68295b;
    font-weight: bold;
    font-size: 1.3em;
}

#questionsSection a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #68295b;
    font-weight: bold;
    font-size: 1.3em;
}

#answersSection{
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #68295b;
    font-size: 1.3em;
}

.topOfHelpPage a:link, .topOfHelpPage a:visited {
    font-size: 0.8em;
    font-weight:normal;
}

.eachAnswerHeading {
    font-weight: bold;
    padding-top:10px;
    padding-bottom: 10px;
    border-top: 1px solid gray;
}

.eachAnswer {
    color: black;
    padding-left: 20px;
    padding-bottom: 10px;
}

.greenLink {
    color: #43743b;
    font-weight: bold;
}