<style>



#sailors {
  width:1015px;
  font-weight: bold;
}

#sailors td {
  color: silver;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  height:50px;
}

#roster {
  width:1000px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif; 
}

#roster th {
  color: #000066;
  font-size: 14pt;
}

#roster td {
  color: #000066;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}
  
</style>  

