body {
  background: #c0edfe;
}
h1 {
  color: #000000;
}
p {
  color: #000000;
  font-size: 19px;
}
li {
  font-size: 20px;
}
dd, dt {
  font-size: 20px;
}
table, th, td 
{
  border: 1px solid white; border-collapse: collapse;
}
th, td 
{
  background-color: #c0edfe;
}
td {
  text-align: center;
}
.center 
{
  display: block;
  margin-left: 160px;
  margin-right: auto;
  width: 14%;
}
