
body {
  margin:0px;
  padding:0px;
}

.tbl {
  border:1px solid gray;
  font-family:tahoma;
  font-size:12px;
}

.title {
  font-weight:bold;
  padding:5px;
  text-align:center;
  height:20px;
}

.q {
  padding:0px;
  padding-top:5px;
  padding-bottom:5px;
  width:100%;
  text-align:center;
  height:20px;
}

.middle {
  vertical-align:top;
}

.footer {
  padding:10px;
  margin-top:20px;
  text-align:center;
  height:30px;
}

.footer a {
  color:inherit;
  text-decoration:none;
}

.footer a:hover {
  text-decoration:underline;
}

.prefooter {
  height:30px;
  text-align:center;
}

.prefooter a:link,.prefooter a:visited {
  display:inline-block;
  padding:3px;
  background:white;
  border:1px solid silver;
  text-decoration:none;
  color:black;
}

.prefooter a:hover {
  color:white;
  background:#542D01;
}