@font-face {                  
font-family: "FT88-Italic";
src: url("https://humantooth.neocities.org/fonts/FT88-Italic.woff") format("woff'");
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: "Director";
src: url("https://humantooth.neocities.org/fonts/Director-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}

html{
  background-color: black;
  border: 12px solid yellow; 
  margin: 50px auto;
}


.header{  
  background-color: #362f38;
  border: 12px #e0a009;
  padding: 4px;
  font-family: "FT88-Italic", "Director";
  font-size: 36pt;
  text-align: center;
  color: #efdaf2;
}

.entryheader{  
  background-color: #362f38;
  font-family: "Director", sans-serif;
  font-size: 36pt;
  text-align: center;
  color: #5e9c35;
}

.entry{
  background-color: #362f38;
  font-family: "Director", sans-serif;
  font-size: 16pt;
  text-align: center;
  color: white;
}

.index{
  font-size: 24pt;
  font-family: "Director", sans-serif;
  <style>
      a:link {
        color: #b88100;
        background-color: transparent;
        text-decoration: none;
      }
      
      a:visited {
        color: #b88100;
        background-color: transparent;
        text-decoration: none;
      }
      
      a:hover {
        color: #ffb300;
        background-color: transparent;
        text-decoration: underline;
      }

  </style>
}