body {
	background: #DDDDDD;
}
header, footer {
	text-align: center;
}
div.nav {
	text-align: center;
}
div.p1 {
	width: 60%;
}
div.p2 {
	height: 150px;
	width: 200px;
	margin-top: 3%;
	margin-left: 10%;
}
h3, h4 {
	display: inline;
}
section {
	background: #fff2ce;
	padding: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	border-radius: 20px;
	display: -webkit-flex;
	display:         flex;
	flex-flow: row;
}
article {
	background: #fff2ce;
	padding: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	border-radius: 0 20px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3d3d3d;
}
li {
	display: inline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #BBBBBB;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	width: 80px;
	padding: 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3d3d3d;
	background-color: #4a4a4a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3d3d3d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3d3d3d;
}
a:hover {
	color: #FFFFFF;
	background-color: #242424;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
}
.clear {
	clear: both;
}
