body {
  background: white;
  padding: 0.5in;
  font-family: sans-serif;
}
h1 {
  font-size: 130%;
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  text-transform:uppercase;
  font-family: sans-serif;
  font-weight: bold;
  text-align:center;
}
h3 {
  font-size: 100%;
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  text-transform:uppercase;
  text-align:center;
} 
a {
  text-decoration: none;
}
.linebefore:before {
  display: block;
  content: " ";
  height: 2px;
  width: 50%;
  background-color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
div.table {
  display:table;
  margin:0 auto;
}
ul {
  list-style:none;
  padding:0em 2em;
}
ul.gallery li {
  display:inline-block;
  margin:1em;
  border:1px solid #000000;
  text-align:center;
}
ul.gallery li a {
  background:#000000;
  padding:1em;
  display:table-cell;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
}
ul.gallery li a:hover {
  background:#ffffff;
  color:#000000;
}
span.pre {
  font-family:monospace;
}
