/* Stylesheet for a generic questionnaire
 * Copyright (C) 2005, BBB Systems LLC, All Rights Reserved
 */
#investQ {
    font-color: black;
}

h1.Qtopic {
    font-size: 16pt;
    font-weight: bold;
}

div.Qquestion {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
}

ul.Qanswers {
    font-size: 10pt;
    font-weight: normal;
    list-style-type: none;
    text-indent: -20px;
}
