html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	height: 100%;
}
td, p {
	color: #FFFFFF;
}
a {
text-decoration: none;
}