*{
	margin: 0px;
	padding: 0px;
	}
h1 {
	font: bold 30px tahoma;
	font-style: italic;
	text-align: center;
	padding-bottom:5px;
	padding-top: 25px;
	color: blue;
}
h2 {
	font: bold 22px tahoma;
	font-style: italic;
	text-align: center;
	Padding-bottom: 25px;
	color: blue;
}
h3 {
	font: bold 16px 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: 700px;
	margin: 20px auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	
}
#navigation{
	text-align: center;
}
#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-left:90px;
	padding-right:90px;
	padding-bottom:20px;
	border: 5px solid red;
}
#page_footer{
	text-align:center;
	padding: 12px;
	border-top: 2px solid green;
	font: 10px 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;
}
.bold{
	font-weight: bold;	
}
.right{
	text-align: right;
	text-decoration: italic;
}
.red{
	color: red;
	font-weight: bold;
}







	
	











