/* overrides the base font */

td {
font-family: microsoft sans serif} 

b {
font-family: microsoft sans serif} 

b3 {
font-weight: bold} 

ul {
    display: block;
    list-style-type: disc;
    list-style-image: url('images/arrow_right_black_on_transp.png');
    margin-top: 0; /* was 1 em */
    margin-bottom: 0; /* was 1 em */
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px; /* 40px */
}

BODY {
font-family: microsoft sans serif}
