body {
  color: #322e3a;
  background-color: #000000;
  font-family: Sylfaen;
  font-size: 0.8em;
  position: relative;
}

td {
  color: #322e3a;
  font-family: Sylfaen;
  font-size: 11px;
}

.sticker {
position: absolute;}

.heading {
  font-size: 13px;
  font-family: Sylfaen;
}


.accent {
  font-size: 14px;
  font-family: Sylfaen MS;
}

 /* unvisited link */
a:link {
  color: #cccccc;
}

/* visited link */
a:visited {
  color: #cccccc;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: #cccccc;
} 

body{
  background-image:url(https://wistfulfey.neocities.org/tarot/wands_queen.jpg);
  background-color: black;
  background-repeat:repeat-y;
  background-size:fixed
}