@charset "UTF-8";
/* CSS Document */
h2 {margin: 10px 0 10px 20px;}
#staff {width:500px; margin-left: 20px;}
#staff table  {width: 500px; background: #fff; border: 1px solid #004071; border-collapse: collapse; margin-bottom: 20px;}
#staff th, #staff td {padding: 10px;}
#staff th {text-align: left; background: #004071; color: #fff;}
#staff td {border-bottom: 1px dotted #004071; text-align: left;}
#staff tr:hover {background: #c6d3db;}
