        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: 45px; 
        font-family:arial;
        font-weight: 800;
        color: #00FFFF; 
        text-align:center;
        text-shadow: none; 
}

s2 {
  	 color:#FFFFFF; 
         font-weight:500;
         font-size:42px; 
         font-family:arial; 
         text-shadow: 2px 2px 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: 1px 1px 1px #B9B9B9; 
        display: inline-block;
       }
       
 s5 {
	left: -200px; 
        color: #000000; 
        width: 640px; 
        font-size: 23px; 
        font-weight: 380;
        font-family: arial;
        text-align: left; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }             
       
 sf {
	 position:absolute; 
	 left: 32px; 
         color: #FF3300;
         width:640px; 
         font-size: 38px; 
         font-weight: 500;
         font-family:arial; 
         text-align:center; 
         text-shadow: 2px 1px 1px #DEDEDE; 
       }      
       
sh {
	 position:absolute; 
	 left: 30px; 
         color: #3388FF;
         width:640px; 
         font-size: 32px; 
         font-weight: 500;
         font-family:arial; 
         text-align:center; 
         text-shadow: 2px 1px 1px #DEDEDE; 
       }             
 
@font-face {font-family: zh monospace; src: url('../../fonts/lightyear.ttf'); } 
     h6{
         color: #0000FF; 
         font-size: 260px; 
         opacity:.9;
         font-family: zh monospace; 
         text-shadow:2px 1px 1px #FFFF00;
         transform: scale(.8,1.5);
      }   
      
  table {
            width: 100%;
            border-collapse: collapse;
            margin: 8px 0;
        }
        th, td {
            font-size:22px; 
            padding: 10px;
            text-align: left;
            text-shadow:2px 1px 1px #CCCCCC;
            border-bottom: 2px solid #DDDDDD;
        }
        th {
            background-color: #3498DB; 
            color: #FFFFFF;
            text-align: center; 
        }
        tr:nth-child(even) {
            background-color: #F2F2F2;
        }        
       
