.title {
  display: block;
  font-size: 30pt;
  font-weight: 900;
  color: #000000;
  background-color: #d2def3;
}

.disney {
  text-align: center;
  font-family: cursive;
  color: #523a9a;
  background-color: transparent;
}

.donald {
  text-align: center;
  font-family: serif;
  font-style: italic;
  color: #e2612d;
  background-color: transparent;
}

img {
  border: 0;
}

a.small:link, a.small:visited {
  font-weight: normal;
  text-decoration: underline;
}

a.small:hover, a.small:active {
  font-weight: normal;
  text-decoration: underline;
  background-color: #ffffd4;
  color: #1010bf;
}

.small {
  font-size: 8pt;
}

td {
  vertical-align: top;
}

th {
  background-color: #7da0d6;
  color: #000000;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  color: #196dc7;
}

a:hover, a:active {
  text-decoration: underline overline;
  background-color: #ffffd4;
  color: #1010bf;
}