        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;
           }	
	    
            a:link {
			color: #0000FF;
	        text-decoration: none;
	      }
	 
	       a:visited {
	        color: #00FFFF;
	        text-decoration: none;
	      }
	
	        a:active {
	        color: #FF00A6;
	        text-decoration: 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 {
	font-size: 30px; 
	font-weight: 450;
	font-family:arial; 
	color: #0000FF; 
	display:block; 
	text-align:center; 
	text-shadow: 2px 1px 1px #B9B9B9; 
	}
	
	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;
        }
   
        s5{
	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; 
        }
  
        sh {
	width:640px; 
	color: #FF11FF; 
	font-size: 23px; 
	font-weight: 450;
	font-family: arial;
	text-align: center; 
	text-shadow: 2px 1px 1px #B9B9B9; 
	display:block; 
         } 
  
 @font-face { font-family: pple monospace; src: url('../../fonts/ski5.ttf'); } 
       h6{
         color: #3300FF;
         font-size: 253px; 
         transform: scale (3, 2);
         text-align:center; 
         font-family: pple monospace; 
         text-shadow:2px 1px 1px #FFFF00;
         display:block; 
      }    		
	 
 @font-face { font-family: mob monospace; src: url('../../fonts/samurai.ttf'); } 
       h7{
         color: #FF1100; 
         font-size: 53px; 
         transform: scale (3, 2);
         text-align:center; 
         font-family: mob monospace; 
         text-shadow:2px 1px 1px #FFFF00;
         display:block;          
      }    
    
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        th, td {
            padding: 20px 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        th {
            background-color: #0000FF;
            padding:28px;
            border:1px solid black;
            color: #FFFFFF;
            font-weight: 450;
            font-size:22px;
            text-align:center; 
            text-shadow:2px 1px 1px #B9B9B9;
        }
        
        td {
            background-color: #FFFFFF;
            padding:26px;
            border:1px solid black;
            color: #000000;
            font-weight: 400;
            font-size:23px;
            text-align:center; 
            text-shadow:2px 1px 1px #B9B9B9;
        }
        
        tr:nth-child(even) {
            background-color: #F9F9F9;
        }
        tr:hover {
            background-color: #00F1F1;
        }
        .feature-column {
            font-weight: bold;
            background-color: #EEFFFF;
        }
    