b {
	color: blue;
}
h1 {
	text-align : center;
	font-size: 32px;
	color: red;
	font-weight: bold;
}
h3 {
	text-align: center;
}
body {
	background-color: #ededed;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav {
	width: 825px;
	margin: 0 auto;
	list-style-type: none;
}
nav li {
	float: left;
	display: inline;
	border-right: 1px solid black;
	line-height: 20px;
	padding: 15px;
}
nav ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li a {
	color: black;
	text-align: center;
	text-decoration: none;
	width: 75px;
	padding: 5px;
}
#home {
	float: left;
}
aside {
	float: right;
	padding-top: 40px;
	margin-right: 200px;
}
li a:hover {
    background-color: white;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	
}
table {
	margin-left: auto;
	margin-right: auto;
}
#pepper {
	position: relative;
	bottom: 50px;
	
}
label {
	text-align: center;
}
p {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	text-align: center;
	width: 1200px;
}
section {
	margin: 0 auto;
	padding: 60px;
	
}
#myform {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
footer {
  background-color: #c9c9c9;
  text-align: center;
  clear: both;
}