.message {
  text-align: center;
  color: #ff2d2d;
  background-color: inherit;
}

span.mark {
  color: #ff0000;
  background-color: #ffff00;
}

form {
  text-align: center;
}

.result {
  display: block;
  font-weight: bold;
  font-size: 15pt;
  text-align: center;
}

a.resultitem:link, a.resultitem:visited{
  font-weight: normal;
  background-color: transparent;
  color: #1010bf;
}

a.resultitem:hover {
  font-weight: normal;
  text-decoration: none;
  background-color: #ffe5cf;
  color: inherit;
}

