        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:#0000FF; 
         font-weight:500;
         font-size:38px; 
         font-family:arial; 
         text-shadow: 2px 2px 1px #B9B9B9;
         width:600px; 
         text-align: center;
         display: block;         
        }      
        
s3 {
	left: -200px; 
        color: #000000; 
        width:720px; 
        font-size: 32px; 
        font-weight: 380;
        font-family: arial;
        text-align: center; 
        text-shadow: 1px 1px 1px #B9B9B9; 
        display: inline-block;
       }
       
 sf {
        color: #FF3300; 
        width:720px; 
        font-size: 32px; 
        font-weight: 450;
        font-family: arial;
        text-align: center; 
        text-shadow: 2px 1px 1px #B9B9B9; 
        display: inline-block;
       }    
       
table {
      width:800px;
      border-collapse: collapse;
    }
    
    th {
      border: 1px solid black;
      background-color: #0000FF; 
      padding: 20px;
      font-size:20px; 
      font-weight: 450;
      color:#FFFFFF; 
      text-align: center;
      text-shadow: 1px 1px 1px #B9B9B9; 
    }

  td {
      border: 1px solid black;
      background: #FFFFFF; 
      padding: 12px;
      width: 300px;
      overflow: auto;
      font-size:23px; 
      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;
}

