/*handout-ht5.css 2013-01-30*/
/*Minimal reset */
* {
	outline: none; border:none}

/*Tag styling in order of occurence on the page*/
body { }
div#wrap {
	max-width: 600px; min-width: 480px;
	width:90%;
	margin:20px auto;
	padding: 30px 20px 0 0;}

h1, h2,h3 {
	font-family: "Bodoni MT", "Bookman Old Style", Times, serif;}
h1, h2,  h3{ 
	 font-weight:normal; }
p { 
	font-family: Calibri, Verdana, Arial, sans-serif;}
h2, h3, p {
	text-align:center;}
h3 {
	text-decoration:underline;}
p {
	font-size:110%;}
/* Dropcaps and indents.*/
/*p.newpar:first-letter { font-size: 150%; float:left; margin-top:1.1%; font-weight:light; }*/
p.newpar:first-letter { 
	font-size: 150%; font-weight:light; line-height:100%; }
p.newpar+p {
	text-indent:2em; }
p#firstpara:first-line { 
	font-size:1.3em; float:left; }


/*demosth-blog/59/: '09-12-17 ; pull quotes */
blockquote { 
	float:right; width:12em; margin-left:2em; 
	border-top:1px solid; border-bottom:1px solid;}
blockquote p { 
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive; font-size: 110%; }
blockquote p:before { 
	content:open-quote;}
blockquote p:after { 
	content:close-quote;}

.emph {
	font-family: Calibri; font-style: italic; font-weight:normal; background:aqua; }
p#end { 
	font-family: "Bodoni MT"; text-align:center; font-variant:small-caps; padding:1em;}
p#link {
	text-align: left;}
/*=======END=======*/