</div>

.staff_table 
{display:inline;margin: 0 auto; text-align: center; background-color:green;}

.staff_table tr td{text-align:left;vertical-align:top;background-color:lightyellow; font-size:14px;}

.staff_table th {text-align:center;vertical-align:top;font-weight:bold;background-color:yellow; font-size:14px;}

.staff_table a:link {color:#084D1E;}      /* unvisited link */
.staff_table a:visited {color:#084D1E;}  /* visited link */
.staff_table a:hover {color:#009933;}  /* mouse over link */
.staff_table a:active {color:#009933;}  /* selected link */

td {background-color:black;}
th {background-color:#EEEEEE;}

table{background-color:#084D1E;margin:auto;};

