body {
  font-family: verdana, helvetica, sans;
  margin: 0px;
}

p {
  margin-top: 20px;
}

p.footsie {
  margin: 0;
}

.header {
  margin: 20px 0px 0px 270px;
  width: 410px;
  font-weight: bold;
  font-size: 200%;
}

.superheader {
  margin: 20px 0px 0px 50px;
}

.abovetitle {
  font-weight: bold;
  font-size: 120%;
  margin: 0px;
}

.headertitle {
  font-size: 200%;
  font-weight: bold;
  margin: 0px;
}

.squid {
  margin-left: 270px;
  width: 410px;
}

.body {
  margin: 0px 0px 0px 50px;
  width: 410px;
}

.tentacle {
  margin: 10px 50px 0px 270px;
  width: 410px;
}

.bodypart {
  margin: 10px 50px 0px 0px;
}

.title {
  margin: 0px;  
  font-weight: bold;
  font-size: 120%;
}

.info {
  margin: 0px;
}

.footer {
  width: 410px;
  margin: 20px 0px 50px 50px;
  font-size: 70%;
}

.footer_index {
  width: 410px;
  margin: 20px 0px 50px 270px;
  font-size: 70%;
}

.frame {
  margin: 20px 50px 0px 50px;
  border: 5px black solid;
  background-color: #ffffff;
  overflow: auto;
  height: 362px;
  white-space: nowrap;
}

.kludge {
  width: 1000px;
}

.page {
  border: 1px solid black;
  margin: 20px 0px 20px 20px;
  background-color: #ffffff;
}

.lastpage {
  border: 1px solid black;
  margin: 20px;
  background-color: #ffffff;
}

.page_noborder {
  margin: 21px 1px 21px 21px;
  background-color: #ffffff;
}

.lastpage_noborder {
  margin: 21px;
  background-color: #ffffff;
}

.button {
  margin-top: 10px;
  float: right;
}

.cover {
  border: 1px solid black;
  max-width: 200px;
}

.fixed {
  position: fixed;
  left: 500px;
  top: 50px;
}

.refixed {
  width: 202px;
  position: fixed;
  left: 30px;
  top: 0px;
  float: left;
  margin:30px 0px 0px 20px;
}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #808080;}
a:hover {text-decoration: underline; color: #808080;}

a.boing:link {text-decoration: none; font-weight: bold; color: #000000;}
a.boing:visited {text-decoration: none; font-weight: bold; color: #555555;}
a.boing:hover {text-decoration: underline; font-weight: bold; color: #555555;}
