*{
	margin: 0px;
	padding: 0px;
	}
h1 {
	font: bold 30px tahoma;
	font-style: italic;
	text-align: center;
	padding-bottom:5px;
	padding-top: 0px;
	color: blue;
}
h2 {
	font: 20px tahoma;
	font-style: italic;
	text-align: center;
	Padding-bottom: 25px;
	color: blue;
}
header, section, footer, aside, nav, article {
	display: block;
}
body{
	width: 100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	
}
#big_wrapper{
	width: 1000px;
	margin: 20px auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
}
#navigation{
	
}
#navigation li{
	display: inline-block;
	list-style: none;
	padding: 10px;
	font: bold 14px tahoma;
}
#new_div{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	-webkit-box-flex: 1;
	margin:20px;
	padding:20px;
}

#page_footer{
	text-align:center;
	padding: 12px;
	border-top: 2px solid green;
	font: 12px new times roman;
}
p{
	font: 22px new times roman;
	
}	
#article_footer{
	font: 22px new times roman;
	text-align: center;
	padding: 50px;
	}
#poem_first{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	font-size: 22px;
}
.image{
	text-align: right;
	padding: 10px;
}
table{
	width: 100%;
	border: 15px solid #ACFE98;
	text-align: center;
	font-size: 19px;
	font-style: times new roman;
}
th{
	background-color: #ACFE98;
	font-style: times new roman;
	padding: 12px;
	border: 1px solid black;
	font-size: 19px;
}
td{
	background-color: #ACFE98;
	font-style: times new roman;
	padding: 4px;
	text-align: center;
	font-size: 19px;
	border: 1px solid black;
}
img{
	width: 30px;
	height: 30px;
	margin: 10px;
}




	
	











