body {
  background-image: url("https://files.1-background.com/images/water-1/water-mosaic-background.jpg");
  font-family: Verdana;
}

h1 {
  color: DarkCyan;
  font-size: 24px;
  text-align: center;
  text-shadow: 2px 2px DarkOrange;
}

h2 {
  color: DarkTurquoise;
  font-style: italic;
  font-size: 16px;
}

p {
  color: DarkOrange;
  font-style: bold;
  font-size: 12px;
}

div {
  background-color: AliceBlue;
  width: 60%;
  border: 6px dashed DarkOrange;
  padding: 6px;
  margin: auto;
}

 /* unvisited link */
a:link {
  color: Orange;
}

/* visited link */
a:visited {
  color: DarkOrange;
}

/* mouse over link */
a:hover {
  color: DarkCyan;
}

/* selected link */
a:active {
  color: DarkTurquoise;
} 

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 21%;
  background-color: AliceBlue;
  opacity: 0.6;
  height: 100%;
  position: fixed;
  overflow: auto;
}

li a {
  display: block;
  color: DarkTurquoise;
  padding: 8px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: DarkOrange;
  color: AliceBlue;
}


/* start */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-3/nat300.cur), auto !important;} /* End  */




