caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


#container {
	width: 500px;
	height: 200px;
	margin-top: 24px;
	margin-left: 40px;
}




code {
	font-family: Courier;
}

