html {
  background: #eeeeee;
  overflow: scroll;

}

body {
  color: #000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-family: sans-serif;
  line-height: 120%;
  border-color: #000000;
}

img{
  border: none;
}

.topbar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: #253540;
  width: 100%;
  min-width:800px;
  height:auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0px solid #979797;
  border-left: 0px solid #979797;
  border-right: 0px solid #181818;
  border-bottom: 1px solid #607580;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align:center;
  font-variant: small-caps;
  color: #ffffff;
  opacity: 0.7;
}

.contents {
  width: 800px;
  height: auto;
  text-align: left;
  z-index: 1;
  position: relative;
  padding-top: 10px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.contents table{
  text-align: left;
  margin: auto;
}

.contents a {
  z-index: 0;
  color: #3333aa;
  text-decoration: underline;  
}

.contents h2 {
  padding-top: 20px;
  color: #444444;
}

.topbar h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #cccccc;
}

.downbar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  background: #253540;
  width: 100%;
  min-width:800px;
  height:auto;
  margin-top:auto;
  margin-bottom: 0px;
  border-top: 1px solid #505560;
  border-left: 0px solid #979797;
  border-right: 0px solid #181818;
  border-bottom: 0px solid #181818;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
  text-align:center;
  color: #ffffff;
  font-variant: small-caps;
  opacity: 0.7;
}
