html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}
.terminal {
	background-color: #000000;
	color: #00FF00;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
}
.code {
	background-color: #EAEAEA;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
}
.post .white-container a {
	color: #000000;
}