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

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

        a:active {
        color: #FF00A6;
        text-decoration: none;
}
 
html {
       justify-content: center;
       align-items: center;
       &user-select: none;
      }
	
body {
      width; 720px; 
      font-family: Arial, sans-serif;
      justify-content: center;
      align-items: center;
      align:center; 
}
 

s1{
	    width:720px; 
        font-size: 41px; 
        font-family:arial;
        font-weight: 800;
        color: #00FFFF; 
        text-align:center;
        text-shadow: 2px 1px 1px #B9B9B9;
}

s2 {
  	   color:#0000FF; 
         font-weight:500;
         font-size:28px; 
         font-family:arial; 
         text-shadow: 2px 1px 1px #B9B9B9;
         width:600px; 
         text-align: center;
         display: block;         
        }      
        
s3 {
	    left: -200px; 
        color: #000000; 
        width:640px; 
        font-size: 23px; 
        font-weight: 380;
        font-family: arial;
        text-align: justify;
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }
       
 sf {
        color: #FF3300; 
        width:720px; 
        font-size: 33px; 
        font-weight: 450;
        font-family: arial;
        text-align: center; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: block;
       }
       
 
   @font-face { font-family: snail monospace; src: url('../../fonts/snail.ttf'); } 
     
 h6{
         color: #FF0000; 
         font-size: 60px; 
         font-weight:500;
         font-family: snail monospace; 
         background: linear-gradient(to left,violet,
            indigo, blue, green, yellow, orange, red);
   	   -webkit-background-clip: text;
           -webkit-animation-name: shimmer;     
           -webkit-animation-duration: 2s;
           -webkit-animation-iteration-count: 10;
              background-repeat: no-repeat;
              background-position: 0 0;
              background-color: #222;
    	      color: transparent;")
         text-shadow: 3px 2px 1px #000000, 3px 2px 110px #FF00FF; 
         animation-name: fly1; 
         transform-origin: 70% 70%;  
         animation-duration: 5s;
         animation-iteration-count: 3;
         animation-direction: alternate;
         animation-timing-function: linear;
         display: inline-block;
      }    
       
 
      @font-face { font-family: zh monospace; src: url('../../fonts/claw1.ttf'); } 
       h7{
         color: #FF0000; 
         font-size: 48px; 
         font-weight:800;
         opacity:.1,5;
         text-align:center; 
         font-family: zh monospace; 
         text-shadow:2px 1px 1px #000000;
         transform: scale(5, 3);
         
       } 
 
       
table {
	 width:720px;
      border-collapse: collapse;
    }
    
    th {
      border: 1px solid black;
      background-color: #0000FF; 
      padding: 12px;
      font-weight: 450;
      color:#FFFFFF; 
      text-align: center;
      text-shadow: 1px 1px 1px #B9B9B9; 
    }

  td {
      border: 1px solid black;
      background: #FFFFFF; 
      padding: 8px;
      width: 300px;
      overflow: auto;
      font-size:22px; 
      font-weight: 400;
      text-align: left; 
      text-shadow: 1px 1px 1px #B9B9B9; 
    }
  
tr:nth-child(even) {
    background-color: #f9f9f9;
}

td:nth-child(1) {
  width: 10px;
}

td:nth-child(1) {
  width: 25px;
}

td:nth-child(1) {
  width: 40px;
}

td:nth-child(1) {
  width: 60px;
}

tr:hover {
    background-color: #f1f1f1;
}

        .feature-column {
            font-weight: bold;
            background-color: #EEFFFF;
        }