* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #999999;
}

div {
	width: 60%;
	height: 60%;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: auto;
  text-align: center;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
