a:link {
  color: #DDDDDD;
  text-decoration: none;
}
a:visited {
  color: #777777;
  text-decoration: none;
}
a:hover { text-decoration: underline overline; }
a:active { color: white; }

hr { width: 65%; }

body {
  background-color: #000000;
  font-family: sans-serif;
  color: #AAAAAA;
  margin-left: 1cm;
}

.series {
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: underline;
}

.new {
  color: Yellow;
  font-size: 90%;
}

.title {
  font-variant: small-caps;
  width: 22.59cm;
}

.info {
  width: 22.59cm;
  font-size: 75%;
}

.contact {
  font-style: italic;
  font-size: 75%;
  text-align: center;
}