/*List of questions*/
ul#faq {
    list-style-type: circle;
}

li.faq {
    margin-bottom: 0.3em;
}

a.faq:link {
    font-size: 115%;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
a.faq:visited {
    font-size: 115%;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
a.faq:hover {
    font-size: 115%;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

/*Answeres*/
h2.faq {
    font-size: 130%;
}
