body {
  color: #000000;
  background: #ffffff;
}
table {
  width: 680px;
  border-collapse: collapse;
  border: 3px solid #FFD700;
  margin: 2em auto;
}
th, td {
  padding: 0.5em 1em;
}
th {
  border: none;
  color: #ffffff;
  background-color: #FFD700;
}
td {
  border-top: 1px solid #FFD700;
  border-bottom: 1px solid #FFD700;
  border-left: none;
  border-right: none;
}
.c1 {
  color: #000000;
  background: #eeeeee;
}