* {
	background-color: rgb(12,14,18);
	color: rgb(189,199,208);
	font-family: "Avenir Book";
	font-size:18px;
}
div.html-area.markdown-body {
	background-color: rgb(12,14,18);
}
a {
	color: rgb(62,120,210);
	text-decoration:none;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:28px;
}
.back {
	font-size:20px;
}

.toc {
	position:relative;
	left:10%;
	width:70%;
}
.noisyfolks {
	font-style:italic;
	font-size:12px;
	position:relative;
	left:1%;
}
.specthanks {
	font-style:italic;
	position:fixed;
	bottom:0%;
	width:100%;
}
.country {
	position:relative;
	left:10%;
	width:70%;
}
.state {
	position:relative;
	left:15%;
	width:70%;
}