body {
	background-color: black;
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
}

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;
}

hr {
	border: 1px dashed #333333;
}

.content {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	padding: 16px;
	background: black;
	border: 2px dashed #333333;
	outline: 16px solid black;
}