a {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  color: #900;
}
a:hover {
  color: #f00;
}
body {
  margin-left: 64px;
  margin-right: 64px;
  text-align: justify;
  font-family: sans-serif;
  font-size: 90%;
}
hr {
  border: 0;
  color: #999;
  background-color: #999;
  height: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: larger;
  font-weight: bold;
}
input,textarea {
  border: solid 1px #666;
}
input[type="submit"] {
  cursor: pointer;
}
td {
  font-size: 80%;
}
.framed {
  border: solid 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 2ex;
  text-align: justify;
  width: 50%;
}
.logo-top {
  position: fixed;
  top: 16px;
  left: 16px;
}
.logo-bottom {
  position: fixed;
  bottom: 16px;
  right: 16px;
}
.notice {
  border: dashed 1px;
  background-color: #fee;
  padding: 1em;
  margin: 0;
}
.quote {
  margin: 0;
  padding: 0 0 0 50%;
  font-size: smaller;
  text-align: justify;
  border: none;
  color: #999;
}
@media print {
  body {
    margin: 0;
  }
  .logo-top, .logo-bottom {
    position: static;
	padding: 1em;
  }
  .logo-top {
    float: left;
  }
  .logo-bottom {
    float: right;
  }
}
