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

}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: lighter;

}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

body {
  font-family:'holstein';
  background-image: url("trees.jpg");
  background-color:darkgreen;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 1000px 700px;
}
body, * {
  cursor: url('cursor.png'), auto;
}

  

