@charset "utf-8";

body{	
	text-align: center;
	color: white;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: lightskyblue;
	}
	
table{
	margin: auto;
	}
td{
	border:double;
	}



