body:before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height:100vh;
	background: url(F31.jpg) center no-repeat;
	background-size: cover;
    }

h1{text-align:center;
	font-size: 50px;
	color: #4169e1;
        line-height: 0.2;
   }

h2{text-align: cecnter;
   font-size: 15px;
   color: #4169e1;
    }



 table{width: 30%;
 	   background: rgba(100, 174, 243, 0.0);
	   border-collapse:collapse;
	   border-color:rgba(255, 255, 255, 1.0);
       padding: 20PX 10PX;
      }

table TD{padding: 12px 17px;
         color: white;
         font-size: 20px;
         }
a:link, a:visited, a:hover, a:active {
  color: white;
}

small{color: white;
      }
