


body {
  //background: #00a0a0;
  background: #ffffff;
  //color: #0000ff;
  color: #000000;
  font-family: Fixed;
  width: 800px;
  position: absolute;
  left: 25%;
}

div {
  text-align: justify;
}

a {
  //color: #00ff00;
  color: #666666;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  //color: #ffff00;
  color: #000000;
}

