/* HTML tag modifications */
body {
    background-color: lightyellow;
    font-family: "Garamond", "Times New Roman";
    font-size: 18px;
    padding: 0px 56px;
}

.header {
      font-size:16px;
}

.poem {
/*    font-size: inherit; */
      font-size: 20px;
      position: relative;
/*    padding:all|top,right,bottom,left */
      padding:10px 56px;
}

.comment {
      font-size: 14px;
      position: relative;
/*    padding:all|top,right,bottom,left */
      padding:10px 56px;
}

.headline {
	font-family: "Garamond";
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 15px 56px;
/*	padding-bottom: 30px; */
}

.title {
	font-family: "Garamond";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 15px 56px;
/*	padding-bottom: 30px; */
}

.quote {
	margin-top: 15px;
	margin-right: 61%;
	margin-bottom: 5px;
	margin-left: 5px;
}

.bodycontent {
/*    font-size: inherit; */
      position: relative;
/*      padding:0px 300px 90px 56px; */
      padding:0px 125px 0px 75px;
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

.h2 {
        font-weight: bold;
	        font-size: 26px
}

h2 {
        font-weight: bold;
	        font-size: 26px
}


h3 {
    position: relative;
    top: 15px;
    left: 150px;
    font-weight: bold;
    font-size: 14px;
}

/*
h4 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
*/

pre {
    clear: both;
    overflow-x: auto; /*for IE, so it doesn't display the vertical scrollbar */
    background-color: #efefef;
    width: 600px; /*for IE, which doesn't obey !important or width:100% on pre */
    padding-bottom: 0 !important;
    padding-bottom: 1.5em; /* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}

p.citation { 
	font-size: 12px;
	position: relative;
	left:-49px

}

.book {
	font-size: 12px;
	text-decoration:underline;
	position: relative;
	left:-49px
/*    padding: 0px -56px;   */
}

hr.source {
	position: relative;
	left:-49px
}
	
code, samp, kbd, var {
    color: #003366;
}
