h1  {
	text-decoration: none;
	font-size: 42px;
	color: #444444;
	text-shadow: 1px 1px 0px white;
	font-family: "Georgia"
}

code, table{
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset; 
	word-wrap: break-word;
}

body {
	background-color: #f0f0f0;
	font-family: "TeXGyreHerosRegular", "Helvetica", sans-serif; font-weight:300; font-stretch:normal;
}

div {
	max-width: 70em;
	clear: both;
	background-color: white;
	border-radius: 2em;
	padding: 2em;
	padding-top: 0.5em;
	margin: 2em auto;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

a {
	color: gray;
	text-decoration: none;
}
