BODY {
  background-color: #399;
  color: #eff;
  background-image: url(../imgs/watermark.gif);
  background-position: 0px 105px;
  background-repeat: no-repeat;
}

A {
  color: #FC3;
}

A.nol {
  color: #EFF;
}

A.not {
  color: #9CB;
}

A.not:hover {
  color: #EFF;
}

DIV.main {
  height: 400px;;
  overflow: auto;
}
