dt {
  font-weight: bolder;
  color: #ffeed0;
}

article a {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  dt,
  dd {
    font-size: small;
  }
}

a {
  color: #ffe6b9;
}

a:hover {
  cursor: url(cursor/14.cur), pointer;
  text-shadow: 0 0 2px #ffd95c, 0 0 2px #ffd95c, 0 0 10px #001f7c;
}
