.text {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:12pt;
    /*font-weight: bold*/; 
}

.text_legal {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:9pt;
    /*font-weight: bold*/; 
}

.text_legal_underline {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:9pt;
    /*font-weight: bold*/; 
    text-decoration: underline
}

.q_and_a {
    font-family: Arial, Helvetica, sans-serif;
    color: #0f639f;
    font-size:15pt;
    /*font-weight: bold*/; 
    text-decoration: underline
}

A {
    font-family: Arial, Helvetica, sans-serif;
    color: #203f6f;
    font-size:12pt;
    /*font-weight: bold*/; 
    text-decoration: none
}

A:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #203f6f;
    font-size:12pt;
    /*font-weight: bold*/; 
    text-decoration: none
}