body {
  background-color: lightpink;
}
a:link {
  color: aqua;
  font-size: 25px;
  text-decoration: none;
}
a:visited {
  color: lightseagreen;
}
a:hover {
  color: lightcoral;
  text-decoration: underline;
}
a:active {
  color: blueviolet;
}
p {
  font-size: 25px;
}
th {
  font-size: 28px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
td {
  font-size: 20px;
}
table {
  background-color: lightsteelblue;
  text-align: center;
}
