body {
  font-family: Verdana;
}

@font-face {
  font-family: Baskervville;
  src: url(Baskervville-Regular.ttf);
}

@font-face {
  font-family: Baskervville;
  src: url(Baskervville-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Baskervville;
  src: url(Baskervville-Italic.ttf);
  font-weight: italic;
}

@font-face {
  font-family: Baskervville;
  src: url(Baskervville-BoldItalic.ttf);
  font-weight: bold italic;
}

@font-face {
  font-family: Plante;
  src: url(Plante.ttf);
  }

.body {
  max-width: 75%;
  max-height: 100%;
  color: black;
}

#scroll {
  background: url('http://pixelartmaker.com/art/bb3dc7960467f39.png');
  background-size: 100px 80px;
  background-repeat: no-repeat;
}

a:link {
  color: black;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  }
  
a:visited {
  color: purple;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  }
  
a:hover {
  color: darkgrey;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
    }
  
a:active {
  color:black;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: black;
  }