* {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
body {
  height: 100%;
  position: absolute;
  width: 100%;
}
html > body {
  height: auto;
}
#csswarning {
  display: none;
}

/* Header styles */
#address {
  display: none;
}
#header {
  display: none;
}

/* Menu styles */
#menu {
  display: none;
}

/* Navigation styles */
#nav {
  display: none;
}

/* Footer styles */
#footer {
  display: none;
}

/* Body styles */
#content {
  /* Content stays aligned */
  float: left;
  padding: 10px;
  width: 800px;
  
  background-color: transparent;
  color: #000;
}
#content a {
  color: #00C;
  text-decoration: none;
}

#beta {
  display: none;
}

form {
  margin: 2px 0px;
  
  font-size: small;
}
h1 {
  margin: 1em 0em;
  
  text-align: center;
}
input {
  border: 1px solid #000;
  font-size: normal;
}
p {
  margin: 10px 0px;
}
table#customsigns {
  border: 1px outset #989898;
}
td {
  padding-top: 10px;
}
.bold {
  font-weight: 800;
}
.but {
  border: 2px outset #000;
}
.caption {
  font-size: small;
  text-align: center;
}
.ital {
  font-style: oblique;
}
.small {
  font-size: small;
}
#customsigns td {
  border: 1px inset #989898;
  padding: 1px;
}