body {
  background: black;
  color: red;
}

.albumtitle {
  color: #AAAAFF;
  background: transparent;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.picshadow {
background: #000000;
}

a:link {
  color: #ff0000;
  background: transparent;
}

a:visited {
  color: #800080;
  background: transparent;
}

a:active {
  color: green;
  background: transparent;
}


