body {
  background-color: #ffeeff;
  color: #993399;
}

table {
  border-top-color: rgb(255,255,255);
  border-left-color: rgb(255,255,255);
  border-bottom-color: rgb(204, 190, 204);
  border-right-color: rgb(204, 190, 204);
}

td,
th,
hr {
  border-top-color: rgb(204, 190, 204);
  border-left-color: rgb(204, 190, 204);
  border-bottom-color: rgb(255,255,255);
  border-right-color: rgb(255,255,255);
}

table[border="3"],
table[border="5"],
table[border="3"] td,
table[border="3"] th,
table[border="5"] td,
table[border="5"] th {
  border-style: solid;
}