body {
  background-color: darkseagreen;
  color: black;
  font-family: "Courier New";
 cursor:url("/images/handnorm.gif"), auto;
}

a:hover {
  cursor:url("/images/linkhand.gif"), auto;
}

p {
    padding: 5px; /* Adds 5px space inside all sides of the <p> element */
}

.section {
  color: white;
  background-color: darkcyan;
  padding-left: 10px;
  border-top: 2px solid cyan;
  border-left: 2px solid cyan;
  border-right: 2px solid DarkSlateGrey;
  border-bottom: 2px solid DarkSlateGrey;
  box-shadow: 4px 4px 0px darkgreen;
}


