body {
  background-color: #000000;
  color: #C0C0C0;
  font-family: Verdana;
}
a:link {
  color: #F5DEB3;
  background: transparent;
  text-decoration:none;
}
a:visited {
  color: #F5DEB3;
  background: transparent;
  text-decoration:none;
}
a:hover {
  color:#FAF0E6;
  background: transparent;
  text-decoration:none;
}
a:active {
  color: #FDF5E6;
  background: transparent;
  text-decoration:none;
}
.writing {
  color: #C0C0C0;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  line-height: 150%;
}