
#ReferenceList {
}

#ReferenceList li a:visited {
    color: #741243;
}

#ReferenceList li a {
    text-decoration: none;
    color: #0f5388;
}

#ReferenceList li a:hover {
    color: #F0AC77;
}

#QuestionsBox {
    width: 85%;
    float: right;
}

#QuestionsBox h3 {
    color: #0f5388;
}