body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: black;
	color: #B0B0B0;
	text-align: center;
	}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: black;
  color: white;
}

a{
font-size : 1.3em;
font-weight : normal;
font-style : normal;
color : white;
text-decoration : none;
/*font-family : Verdana,sans-serif;*/
}
