#topbutton {
   position: fixed; 
   bottom: 23px;  
   right: 18px; 
   width: 7em; 
   display: none; 
   background-color: #2525aa; 
   opacity: 0.75; 
   border-radius: 24px; 
   text-align: center; 
   font-size: 120%; 
   font-weight: bold; 
   margin: 0px; 
   padding: 10px; 
}
#topbutton a {
   color: white; 
   text-decoration: none; 
}
#topbutton a:hover {
   color: yellow; 
   text-decoration: underline; 
}
#futbutton {
   position: absolute; 
   right: 18px; 
   width: 7em; 
   background-color: #2525ab; 
   opacity: 0.75; 
   border-radius: 24px; 
   text-align: center; 
   font-size: 120%; 
   font-weight: bold; 
   margin: 0px; 
   padding: 10px; 
}
#futbutton a {
   color: white; 
   text-decoration: none; 
}
#futbutton a:hover {
   color: yellow; 
   text-decoration: underline; 
}
