@font-face {
	font-family: "unifont";
	src: url(unifont.otf);
}

:root {
	/*width: 800px;*/
	max-width: 100%;
	overflow-x: hidden;
	/*font-family: sans-serif;*/
	font-family: "unifont";
	background-color: rgb(34,32,31);
	font-size: 150%;
	color: #fbf1c7;
	margin: auto;
}
body {
	text-align: left;
	padding: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
h1 {
	color: #fabd2f;
}

h2 {
	color: #d79921;
}
em {
	color: #d79921;
}

em {

}
footer {
	text-align: center;
	font-size: 75%;
	padding: 20px;
}


ol {
}

ol li {
	color: #d79921;
}
a {
	text-decoration: none;
}
	

 /* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
{a:active {
  color: blue;
}




>
