html {
	color: #228b22;
	background-color: #000000;
	text-align: center;
}
h1 {
	font-family: serif;
}
.desc {
	font-family: sans-serif;
	margin: 1em 5em;
	text-align: justify;
}
.logo {
	margin: auto;
	display: block;
}
table {
	margin: auto;
	font-family: monospace;
}
img {
	border: 0px;
}
a {
	color: #4169e1;
	text-decoration: none;
}
a:visited {
	color: #4169e1;
	text-decoration: none;
}
a:hover {
	color: #da70d6;
	background-color: #000000;
	text-decoration: underline;
}
