body, td, th {
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
	color: #dbd6d6;
}

body {
	background-color: #000;
	margin: 0;
}

a {
	color: #8b8888;
}

input {
	font-family: Courier New, Courier, monospace;
}

pre {
	margin: 0;
}

p, form, pre {
	margin: 15px 0;
}

.title, .title a {
	font-weight: bold;
	text-decoration: none;
}

.copyright, .copyright a, p {
	font-size: 13px;
	text-decoration: none;
	color: #8b8888;
}

.code, textarea {
	font-family: Courier New, monospace;
	font-size: 13px;
	padding: 30px;
	border: solid 1px #dbd6d6;
}

#email {
	visibility: hidden;
	display: none;
}



.invert {
	background-color: #fff;
	color: #333;
}

.invert * {
	color: #333;
}

.invert .code,
.invert textarea {
	color: #000;
}
