table { 
  background: #FFFACD; 
  position: absolute;
  width: 550px;
  top: 180px;
  left: 60px;
}

th {
  font-size: 12pt; 
  background: #FFE4C4;
  font-weight: normal;
}

td, th { 
  color: #000000;
  padding: 1px; 
  border: 1px solid #ccc; 
  text-align: center; 
}