*{
	margin: 0px;
	padding: 0px;
}
h1{
	font: bold 40px tahoma;
	text-align: center;
	padding-bottom:5px;
	font-style: italic;
	color: blue;
}
h2{
	font: bold 35px tahoma;
	text-align: center;
	padding-bottom:5px;
	font-style: italic;
	color: blue;
}
h3{
font: bold 22px tahoma;
	text-align: center;
	padding-bottom:5px;
	font-style: italic;
	color: black;
	}
p{
	font: 22px new times roman;
	text-indent: 0px;
}
em{
	font-weight: bold;
	font-style: italic;
	}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#body_header{
	
}
#navigation{
	
}
#navigation li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14px tahoma;
}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;
	font: 25px new times roman;
}

#the_footer{
	text-align: center;
	padding: 20px;
	border-top: 3px solid green;
}
#page_footer{
	text-align: center;
	padding: 30px;
	border-top: 3px solid blue;
	font: 10px tahoma;
}
#poem_first{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
}
#poem_one{
	padding-left: 24px;
	width: 56%;
}
#poem_two{
	padding-left: 24px;
	width: 56%;
}
#poem_second{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
}
#boysandgirls{
	text-align: left;
	margin-bottom: 15px;
		}
img{
	width: 30px;
	height: 30px;
	border: 0px;
	padding: 5px;
}
p.indent{
	text-indent: 5%;
}
p.yours{
	text-indent: 50%;
}
p.signature{
	text-indent: 55%;
}