body {
  background-color: black;
  color: white;
  font-family: "MS Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  
  text-align: center;
}

div {
  text-align: center;
}

a:link {
  color: white;
}

a:hover {
  color: white;
}

a:visited {
  color: #EFEFFF
}

a:active {
  color: #EEEEEE
}

img {
	box-shadow: 0 0 30px #FFF;
}