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

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

        a:active {
        color: #FF00A6;
        text-decoration: none;
}

s1 {
         color: #0000FF; 
         opacity:1;
         width: 700px; 
         font-size: 62px; 
         font-weight: 800;
         font-family: arial; 
         text-shadow: 2px 2px 1px #B9B9B9;
       }

s2 {
    	 color:#1FDB00;
         font-weight:800;
         font-size:42px; 
         font-family:arial; 
         text-shadow: 2px 2px 1px #B9B9B9;
      }      
      
s3 {
    	 color:#000000;
         font-weight:400;
         font-size:28px; 
         font-family:arial; 
         text-align: left;; 
         text-shadow: 2px 2px 1px #B9B9B9;
      }      

