body, p {
  padding: 0px 5px;
  margin-bottom: 0px;
  background-position: right top;
  line-height: 1.4em;
  background-repeat: repeat;
  max-width: 800px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  color: black;
  background-attachment: fixed;
  font-family: Arial,Helvetica,sans-serif;
}
form {
  border: 1px solid #999999;
  padding: 10px;
  background-color: #f4f4f4;
  font-family: "Courier New",Courier,monospace;
  font-size: 1.2em;
}
html {
  background: #7E7E7E url(logo0000.png) no-repeat fixed center top;
  min-height: 90%;
  font-size: 1.2em;
  margin-top: 70px;
  margin-bottom: 0px;
}
noscript {
  color: red;
  text-decoration: blink;
}
ul {
  line-height: 35px;
  list-style-type: square;
}
h1 {
  padding: 10px;
  font-size: 1.2em;
  background-color: #cccccc;
}
code {
  font-size: 1.3em;
}
input {
  font-family: "Courier New",Courier,monospace;
  font-size: 1.2em;
}
a:hover {
  background-color: #ffff99;
}
