
body {
  color: black;
  background-color: white;
}

.link-column {
  color: black;
  background-color: #E8F3D8;
}

.title {
  color: white;
  background-color: #0518BD;
}

.notice {
  color: white;
  background-color: #C70D73;
}

.emphasize {
  color: #E64C21;
  font-size: 140%;
/*   font-style: italic; */
}

a {
  text-decoration: underline;
}

a:visited {
  color: #C3181B;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline overline;
  color: #C3181B;
}

