@charset "utf-8"; 

body { 
    font-family : "times new roman", times, courier, serif;
    margin-left : 3%;
    margin-right : 3%;
    margin-top : 3%;
    margin-bottom : 4%;
}

p {         
}

p.center { 
    text-align: center; 
}

h1.chapter-number { 
    text-align : center;
    text-decoration : none;
    font-weight : normal;                    
    font-size : 1.2em;
}

h1.chapter-title { 
    text-align : center;                   
    text-decoration : none;
    font-weight : normal;                    
    font-size : 1.2em;
    margin-bottom : 1.5em;
    line-height : 1.15em;
}

h1 { 
    line-height : 12.0pt;
    page-break-after : avoid;
    font-size : 12.0pt;
    text-decoration : underline;
}

h2 { 
    font-size : 1.1em;
    font-weight : bold;
}

div.chapter-intro-quote { 
    font-style : italic;
    text-align : center;                          
    margin-left : 1em;
    margin-right : 1em;
    margin-top : 1.5em;
    margin-bottom: 1.5em;                          
}

span.cite { 
    font-style : normal;
    font-size : .8em;
}

p.cite { 
    margin-top : 0;
    font-style : normal;
    font-size : .8em;
    text-align: center;
}

blockquote { 
}

.cite a {  
   text-decoration : none;
}

a.cite { 
}

a.chapter-link { 
}

div.order-link { 
    text-align : center;
    margin-top : 1.5em;
    margin-bottom : 2.5em;
}

a.order-link { 
    text-decoration : none;
}

a:hover { 
    text-decoration : underline;
}

#rosesellingairpoem { /* CH 19 */
	text-align:left;
	margin-left:13%;
}

@media (max-width:360px) {
	div.chapter-intro-quote {
		margin-left:4% !important;
	}	
}

.responsiveimage {width:100%;height:auto;
}