html, body {
	background-color: grey; 
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: verdana, arial;
	color: white;
}

a {
	color: white;
	text-decoration: none;
} 