#container {
	margin: 20px auto;
	width: 100%;
}
.post blockquote p:before { 
	content: open-quote;
}
.post blockquote p:after { 
	content: close-quote;
}
a:after {
	content: " (" attr(href) ") ";
}
acronym:after, abbr:after {
	content: " (" attr(title) ") ";
}