*{
	margin: 0px;
	padding: 0px;
}
h1{
	font:bold 35px tahoma;
	text-align:center;
	color: #6b4c7a; /* gentle purple */
}
h2{
	font: bold 25px tahoma;
	text-align:center;
	color: #6b4c7a; /* gentle purple */
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	background: #f4f9f2; /* soft mint green */
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#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 "Times New Roman";
}
#page_footer{
	text-align: center;
	font: 10px tahoma;
	padding: 18px;
	border-top: 3px solid #6b4c7a; /* gentle purple */
}
table{
    border: 3px solid #6b4c7a; /* gentle purple */
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	border-collapse: collapse;
	line-height: 35px;
}
td{
	width: 15%;
	padding: 5px;
	border: 3px solid #6b4c7a; /* gentle purple */
	background: #f0f9f5; /* soft mint background */
	text-align: center;
}
th{
	border: 3px solid #6b4c7a; /* gentle purple */
	width: auto;
	padding: 5px;
	font: tahoma;
}
img{
	width: 30px;
	height: 30px;
	padding: 20px;
}
p{
	font: 20px "Times New Roman";
	text-align: center;
	color: #444444; /* softer dark grey */
}
em{
	font: 15px "Times New Roman";
	font-style: italic;
}
