body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: justify;
	text-align-last: left;
	font-family: sans-serif;
}
h1, h2, h3 {
	margin-left: 25px;
}
.column {
	width: 50%;
	float: none;
	margin: auto;
}

img {
	width: 70%;
}

a {
	color: #8888FF;
	text-decoration-style: dashed;
	font-weight: bold;
}
a:visited {
	color: #FF88FF;
}
a:hover {
	text-decoration-style: solid;
}

pre {
	color: #88FFCC;
	font-weight: bold;
}
.quote {
	font-style: italic;
	color: #CCFF88;
	padding-left: 2em;
	box-shadow: -3px 0px #CCFF88;
}
@media (max-width: 900px) {
	.column {
		width: 90%;
		font-size: 1.2em;
	}

	h1, h2, h3 {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
