a.whiteLink:link { color: #000000; text-decoration:none;font-size:10pt;font-family:futura,arial;}
a.whiteLink:visited { color: #000000; text-decoration:none;font-size:10pt;font-family:futura,arial;}
a.whiteLink:hover { color: green; text-decoration:none;font-size:10pt;font-family:futura,arial; font-weight:550}

#mySidenav a {
  position: absolute;
  left: -100px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#about {
  top: 20px;
  background-color: #4CAF50;
}

#blog {
  top: 80px;
  background-color: #2196F3;
}
#obituaries {
  top: 140px;
  background-color: #f44336;
}

#links {
  top: 200px;
  background-color: #800080;
}
#gallery {
  top: 260px;
  background-color: #8B4000;
}
#contact {
  top: 320px;
  background-color: #555
}