body {
  background-color: rgb(140, 238, 192);
}
a:link {
  color: rgb(6, 6, 20);
}
a:visited {
  color: purple;
}
a:hover {
  color: rgb(124, 218, 241);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: oblique;
}
a:active {
  color: rgb(162, 213, 226);
  text-decoration: line-through;
  font-style: inherit;
}
p {
  font-size: 25px;
}
td {
  text-align: center;
}
th {
  font-family: kristen itc;
  font-size: 25px;
  color: midnightblue;
}
