body { text-align: center; }
p, h1, h2, h3 { text-align: left; }
.thinline {
	width: 100%;
	text-align: right;
	font-size: .8em;
	background: #eee;
}
code {
	color: #c33;
}
.code {
	white-space : pre;
	font-family : "Courier New", Courier, monospace;
}
.wrapper { 
	text-align: left;
	width: 80%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px; 
	border: 1px solid black; 
	background-color: #ddd; 
}
.wrapper em {
	color: red;
	font-style: italic;
}
