#volunteers h3 {
    padding-top: 10px;
}

#volunteers ul li {
    list-style: square;
    list-style-image: url(../pics/bullet_sphere.gif);
    margin-left: 20px;
}
#volunteers ul ul li {
    list-style: square;
    list-style-image: url(../pics/bullet_sphere.gif);
    margin-left: 40px;
}

#volunteers p {
    font-size: 100%;
    /*margin-left: -10px;*/
}

