body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
}

.sidebar {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 120px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
  text-align: center;
}

.file {
  position: absolute;
  top: 20px;
  left: 166px;
  margin-right: 20px;
  text-align: left;
  background-color: #000000;
  color: #999999;
  padding: 0 20px;
  min-height: 95%;
}

.postscript {
}

h1 {
  margin: 0;
  padding: 3px;
  font-size: 3em;
  border-right: #999999 solid 1px;
}

p.date {
  text-align: right;
  font-weight: bold;
  color: #999999;
  padding: 3px;
  margin: 0;
  border-bottom: #999999 solid 1px;
  border-right: #999999 solid 1px;
  background-color: #000000;
}

h2 {
  border-bottom: #999999 solid 1px;
  border-right: #999999 solid 1px;
  padding-bottom: 3px;
  padding-right: 3px;
  background-color: #000000;
}  

h1, h2 {
  color: #999999;
  text-align: right;
  background-color: #000000;
}

a:link {
  text-decoration: underline;
  color: #bdbdbd;
  background-color: #000000;
}

a:active {
  text-decoration: none;
  color: #bebebe;
  background-color: #000000;
}

a:visited {
  text-decoration: none;
  color: #a9a9a9;
  background-color: #000000;
}

a:hover {
  text-decoration: underline;
}

.right  {
  text-align: right;
}

.header {
  font-size: 125%;
  font-style: italic;
  color: #999999;
  background-color: #000000;
}

.sidebar a {
  color: #ffffff;
  padding: 5px;
  margin: 0;
  display: block;
  text-decoration: none;
  background-color: #000000;
}

.sidebar a:hover {
  color: #999999;
  background-color: #000000;
}

.sidebar p {
  color: #999999;
  padding: 5px;
  margin: 0;
  background: #000000;
}

.top {
  color: #999999;
  background-color: #000000;
}

.top a {
  color: #999999;
  padding: 0px;
  margin: 0;
  display: block;
  text-decoration: none;
  background-color: #000000;
}

.top a:hover {
  color: #999999;
  background-color: #000000;
}

hr {
  color: #999999;
  background-color: #000000;
}

td.copyright {
  background-color: #000000;
  color: #999999;
  padding: 3px;
  margin: 0;
}

#toTop {
  width: 100px;
  color: #999999;
  background-color: transparent;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  text-decoration: none;
}

img.border {
  border: 0px;
  border-style: none;
}

a:link img {
  border: 0px;
  border-style: none;
}

a:hover img {
  border: 0px;
  border-style: none;
}
