@charset "utf-8";
/* CSS Document */

table{
	width:750px;
	border-collapse:collapse;
	}

td{
	padding: 3px 20px 3px 10px;
	}

th{
	padding:3px;
	padding-bottom:0px;
	text-align:center;
	}

td, th{
	border:thin black dotted;
	}

.cellcolor{
	background-color:#b8d2e3;
	}

#stafflist a{
	color:black;
	}	

#stafflist a:hover {
	color:#3892d6;
	}