img{
	width: 100px;
	height: 100px;
	margin: 5px;
}

html { 
  background: url('./z/bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  font-family: sans-serif;
}

table{
	border-style: solid;
	border-color: white;
	padding: 10px;
	margin: 10px;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}

a:active {
  color: white;
}