html, body {
	margin: 						0px 0px 0px 0px;
	padding: 					50px;
}

a img {border:none;}

body {
	background-color: 		Black;
	text-align: 				center;
}

h1, th, h2 {
	color:						white;
	font-family: 				"Courier New", Courier, monospace;
}

.input {
	background-color:			black;
	color:						white;
	border:						1px solid white;
}

th {
	text-align:					right;
}

.button {
	background-color:			red;
}
