body {
	background-image: url("https://charpine.neocities.org/comics/1178back.png");
	background-repeat: repeat;
	color: white;
	font-family: "Courier New", Courier, monospace;
}

button {
	background-color: black;
	border: 2px solid black;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 8px;
}
button:hover {
	background-color: #222222;
}

/* links using the <a> tag */
a:link {
	color: #ec1313;
}
a:visited {
	color: #851414;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}

ul {
  list-style-position: inside;
}

ol {
  list-style-position: inside;
}

.content {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	padding: 16px;
	background: black;
	border: 2px solid black;
	outline: 16px solid black;
}