.pagetop:link,
.pagetop:visited{
        font-size: 18px;
        color: #00f;
}

#pageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 12px 0 0;
  border-radius: 50px;
  width: 60px;
  height: 50px;
  background-color: #9FD6D2;
  background-color: #FB9346;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
