	<style type="text/css">	
	a {
	  text-decoration: none;
	  font-weight: 500;
	}

	a:hover {
	  font-weight:800;
	}
	
	body {
	  font-size: 1em;
	  font-family: "Open Sans", sans-serif;
	  background-color:#E0E0E0;
	  text-rendering: optimizeLegibility;
          margin: 0;
	}
	
	h1 {
	  2.5em;
	  2.5rem;
	}

	h2 {
	  text-decoration: underline;
	  2em;
	  2rem;
	}

	img {
	  display: block;
	  background-image: url("http://isaac-friedman.com/images/head.png");
	  background-repeat: no-repeat;
	  background-position: 50%;
	  border-radius: 50%;
	  width: 100px;
	  height: 100px;
	}

	main {
          display: block;
	  padding:1em;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	  box-sizing: border-box;
	  background-color: #ffffff;
	  max-width: 40em;
	  margin: auto;
	  width: 100%
	}

	p {
	  font-size: 1.1em;
	  font-size: 1.1rem;
	  hyphens: auto;
	  margin-bottom: 1em;
	}

	@media print {
		* {
			color:#000 !important;
			box-shadow:none !important;
			text-shadow:none !important;
			background:transparent !important;
		}
		html {
			background-color:#fff;
			font-family: serif;
		}
	
		/* Show link destinations in brackets after the link text */
		a[href]:after { content: " (" attr(href) ") "; }
		a[href] {
			font-weight:bold;
			text-decoration:underline;
			color:#06c;
			border:none;
		}
		/* Don't show link destinations for JavaScript or internal links */ 
		a[href^="javascript:"]:after, a[href^="#"]:after {
			content:"";
		}
	
		/* Show abbr title value in brackets after the text */
		abbr[title]:after {
			content: " (" attr(title) ")";
		}
	
		figure { 
			margin-bottom:1em; 
			overflow:hidden;
		}
	
		figure img { border:1px solid #000; }
	
	}
	</style>
