body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: URL(cannon.jpg) top left white fixed no-repeat;
  overflow: hidden;
}

#cannonRoutes {
  position: absolute;
  visibility: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  top: 0;
  left: 0;
  z-index: 10;
}

.text {
  position: absolute;
  text-align: justify;
  font-family: times, serif;
  font-style: normal;
  color: white;
  font-size: 15px;
  z-index: 20;
}

#title {
  top: 2;
  left: 120;
  color: black;
  font-size: 25px;
}

#description1 {
  top: 5;
  left: 280;
  width: 310;
  color: black;
}

#narrow {
  padding-left: 100;
  padding-top: 0;
}

#description2 {
  top: 285;
  left: 10;
  width: 510;
  color: white;
}

#showRoutes, #hideRoutes {
  top: 260;
  left: 10;
  color: white;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: red;}


