body {
	background-color: #222;
	color: #ddd;
}

code, pre {
	font-family: monospace;
	font-size: 18px;
}

code {
	white-space: pre-wrap;
}

t {
	color: green;
}

inc {
	color: orange;
}

a {
	color: yellow;
}

p {
	margin-left: 25px;
}

p.quote {
	border-style: solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-color: #009ee0;
	margin-left: 50px;
	padding-left: 10px;
}

a.source {
	color: darkgrey;
	font-style: italic;
}

pre.title {
	color: #009ee0;
	font-weight: bold;
}

table {
	border-spacing: 25px;
	border-style: hidden;
}

th {
	text-align:left;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
