body
{
    background: #000000;
    color: ghostwhite
}

a:link {
  color: #E41B17;
  text-decoration: none;
}

a:visited {
  color: #E41B17;
  text-decoration: none;
}

a:hover {
  color: #E41B17;
  text-decoration: underline;
}

.nsfw {
  color: #FDD017;
}