

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: #000033;
  background-color: #ccffff;
  }
a:link {
  text-decoration: underline;
  color: #000099;
  }
a:visited {
  text-decoration: underline;
  color: #800080;
  }
a:hover {
  text-decoration: underline;
  color: #cc0000;
  }
a:active {
  text-decoration: underline;
  color: #990000;
  }
.size2 {
  font-size: 0.8em;
  }
.size1 {
  font-size: 0.7em;
  }
.size3 {
  font-size: 1.2em;
  }
hr {
  color: #b7e0e8;
  background-color: #b7e0e8;
  height: 2px;
  }
#container {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  }
#left {
  position: fixed;
  height: auto;
  top: 0;
  left: 0;
  width: 240px;
  margin: 0px 0px 0px 0px;
  background-color: #99cccc;
  overflow: auto;
  }
#right {
  margin-left: 230px;
  }
.innertube {
  margin: 20px;
  }
.additionalmargin {
  margin: 0px 50px 0px 50px;
  }
.additionalmarginsmall {
  margin: 0px 20px 0px 20px;
  }
