body {
	background-color: black;
	color: white;
	font-family: Arial;
	 text-align: center;
}

div {
  text-align: center;
}

a:link {
	color:#00DEFF
}

a:visited {
	color:#00DEFF
}

a:hover {
	color:#0091E4
}

a:active {
	color:#FFF
}

div {
  text-align: center;
}


table, th, td {
	border: 2px white;
}

img {
	box-shadow: 0 0 30px #FFF;
}

/*
this style.css is taken (partly) from polychromasia (with permission), another puzzle game!
check it out!
*/