        a:link {
	color: #0000FF;
        text-decoration: none;
}

        a:visited {
        color: #00FFFF;
        text-decoration: none;
}

        a:active {
        color: #FF00A6;
        text-decoration: none;
}
   
html {
         user-select: none;
     }	
	    
 s1 {
	font-size: 38px; 
	font-weight: 500;
	font-family:arial; 
	color: #00FFFF; 
	text-align:center; 
	text-shadow: 2px 1px 1px #B9B9B9; 
	display:block; 
	}
	
	s2 {
	width:640px; 
	font-size: 30px; 
	font-weight: 450;
	font-family:arial; 
	color: #0000FF; 
	display:block; 
	text-align:center; 
	text-shadow: 2px 1px 1px #B9B9B9; 
	display:block; 
	}
	
	s3 {
	width:640px; 
	color: #000000; 
	font-size: 20px; 
	font-weight: 380;
	font-family: arial;
	text-align: justify; 
	text-shadow: 2px 1px 1px #CCCCCC;
        display:block;
   }
   
sf {
	width:640px; 
	color: #FF1100; 
	font-size: 26px; 
	font-weight: 450;
	font-family: arial;
	text-align: center; 
	text-shadow: 2px 1px 1px #B9B9B9; 
	display:block; 
  }
	   
	  
@font-face { font-family: mob monospace; src: url('../../fonts/LED.ttf'); } 
       h7{
         color: #FF1100; 
         font-size: 53px; 
         transform: scale (3, 2);
         text-align:center; 
         font-family: mob monospace; 
        display:block; 
      }    

       s7{
         color: #FF1100; 
         font-size: 53px; 
         transform: scale (3, 2);
         text-align:center; 
         font-family: mob monospace; 
         text-shadow:2px 1px 1px #FFFF00;
         animation-name: swim; 
         transform-origin: 70% 70%;  
         animation-duration: 5s;
         animation-iteration-count: 3;
         animation-direction: alternate;
         animation-timing-function: linear;
         display: inline-block;
         
      }          
          @keyframes swim {
            0% {
                filter:hue-rotate(30deg);
            }
           15% {
                filter:hue-rotate(-70deg);
            }
            
            25% {
                filter:hue-rotate(30deg);
            }
            35% {
                filter:hue-rotate(45deg);
            }
            50% {
                filter:hue-rotate(60deg);
            }
             60% {
                filter:hue-rotate(90deg);
            }
            75% {
                filter:hue-rotate(-50deg);
            }
            85% {
                filter:hue-rotate(90deg);
            }
            
           100% {
                filter:hue-rotate(-160deg);  opacity:.5;
            }
        }      
        
 .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #00F1F1;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}        
          
         