table {
	background-color: black;
	color: white;
	min-width: 99%;
	min-height: 99%;
	width: 99%;
	height: 99%;
	text-align: center;
}

body, p, pre {
	background-color: black;
	color: white;
	font-family: helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

a {
	color: #e0e0e0;
}
