/*
body { color: black; background-color: #f8f8f8; }

code { color: #b00; }

p { max-width: 40em; }

dd { max-width: 36em; }
*/

.validate {
  margin: 2em 10% 0 10%;
  border-top: 2px groove #ddd;
  padding: 0.5em;
  text-align: center;
  font: 80% Arial, sans-serif;
  max-width: inherit;
  color: #bbb;
}

.validate a {
  color: #bbb;
  text-decoration: none;
}

.validate a:hover {
  color: blue;
  text-decoration: underline;
}
