BODY.vol {color: rgb(153,51,51)} /* matches volunteer.png */

BODY.coord { color: rgb(51,153,51) } /* matches coordinator.png */

BODY.admin { color: rgb(51,51,153) } /* matches administrator.png */

BODY.login { color: rgb(119,119,119) } /* matches login.png */

TABLE { border-collapse: collapse }

TABLE.grid TD {
    margin: 0;
    padding: 5;
    border: 1px dotted 
}

TABLE.list TD {
    margin: 0;
    padding: 5;
}

.vol     TD { border rgb(153,51,51) }
.coord TD { border rgb(51,153,51) }
.admin TD { border rgb(51,51,153) }

/* lighter versions of the volunteer and coordinator colors for table row backgrounds */

BODY.vol TR.landmark {background-color: rgb(240, 190, 190)}

BODY.coord TR.landmark {background-color: rgb(190, 240, 190)}

