


 
BODY {
	display: block;
	margin-left:auto;
	margin-right:auto;
	background: #e6d6b0;
	background: url('../images/background2.jpg');
	max-width:750px; 
	font-size: 155.0%;
	color: #432;
} 
 




div.poetrycontainer { 
	font-size: 88%;
	display: block;
	margin-left: auto; 
	margin-right: auto; 

}

    div.poetrycontainer p{
margin-top: 0;
margin-bottom: 0;
margin-left:.75in;
margin-right:.05in;
text-indent:-.5in;

}


div.poetrycontainer .indent {
margin-left:.32in;
text-indent:-.20in;
margin-top: 0;
margin-bottom: 0;

}


div.poetrycontainer .dblindent {
margin-left:.65in;
text-indent:-.40in;
margin-top: 0;
margin-bottom: 0;
}


div.poetrycontainer .tplindent {
margin-left:.9in;
text-indent:-.66in;
margin-top: 0;
margin-bottom: 0;

}





/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
    
body {

	    background: #e6d6b0 url('../../images/background2.jpg');
   		background: #e6d6b0 url(background2.jpg);
   		margin: 0;
   		padding: 0;

    	}

    
div.poetrycontainer {
    background: #e6d6b0 url('../../images/background2.jpg');
    width: 100%;
	margin: 1px;
	padding: 0px;
    }



div.poetrycontainer p {

    margin-left:25px;
    text-indent:-20px;

    }

    
div.poetrycontainer .indent {
	  margin-left:27px;
	  text-indent:-35px;

}



div.poetrycontainer .dblindent {
	  margin-left:42px;
	  text-indent:-16px;

}



div.poetrycontainer .tplindent {
	  margin-left:62px;
	  text-indent:-16px;

}


