body {
	background-color: #f5a442;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

h1 {
	font-size: 2em;
}
#main_title{
	text-align: center;
	white-space: nowrap;
	width: 200px;
	margin: 15% auto;
}

p.footnote {
	font-size: 0.8em;
}

#footnote {
	width: 200px;
	position: absolute;
	bottom: 1em;
	right: 2em;
	text-align: justify;
}

.asterisk::before {
	content: "* ";
}
	