body {
	font-family: monospace;
	font-size: 1.1em;
}

.nav a {
	text-decoration: none;
}

.postc {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.post {
	border: 1px solid black;
	padding: 10px;
	width: 600px;
}

.fakepost {
	width: 600px;
	display: flex;
	justify-content: center;
}

.post img {
	float: left;
	margin-right: 10px;
}

.postu {
	color: grey;
}

.pbtn,.pbtn:visited { /*plain-button*/
	color: blue;
	text-decoration: none;
}

.textbox {
	border: 1px dashed black;
	width: 600px;
	padding: 10px;
	font-family: monospace;
	resize: none;
}

.btn {
	background: black;
	text-align: center;
	border: 1px solid black;
}

.btn a {
	color: white;
	text-decoration: none;
}

.btnfw /*btn full width*/ {
	width: 600px;
	padding: 10px;
}
