html {
	background-color: #101010;
	font-family: "Courier New", monospace, monospace;
	color: GoldenRod;
}
body {
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: GoldenRod;
	text-decoration-line: none;
	cursor: pointer;
}
ul {
	list-style-type: none;
}
.divCentering{
	padding: 0px;
	width: 600px;
	margin: auto;
}
.divMainContent, .divHeader, .divFooter{
	margin: 10px auto;
	background-color: #040404;
}
.divMainContent, .divFooter{
	padding-left: 10px;
	padding-right: 10px;
}
.divMainContent{
	min-height: 400px;
}
.divHeader{
	/*height: 150px;*/
}
.divFooter{
	height: 200px;
}
