@charset "UTF-8";
/* CSS Document */
a#tooltip {

    position: fixed static ;
}
    a#tooltipBack:hover::after {
  content: "Landing Page" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
a#tooltip1a:hover::after {
  content: "Values" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
            a#tooltip2a:hover::after {
  content: "Rationale of CLI" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip3a:hover::after {
  content: "Intro to CLI" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip4a:hover::after {
  content: "Evaluation" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip5a:hover::after {
  content: "Application of CLI" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip6a:hover::after {
  content: "Future of CLI" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
           
