.nodecor a:visited, .nodecor a:link, .nodecor a:active {
    color: inherit;
    transition: opacity 2.45s ease-in;
    text-decoration: none;
}
.nodecor a:hover {
  color: rgb(8, 137, 160);
  /* text-shadow:0px 0px 0.0001px black; */
  /* font-weight:bold; */
  transition: opacity 2.45s ease-in;
  text-decoration: underline;
}
h1 {
  color: rgb(0, 0, 0);
}

table {
  text-align: left;
}

th, td {
  vertical-align: top;
  padding-top: 1em;
  padding-left: 1em;
  padding-left: 1em;
}
