body {
	background-color: #E8BF96;
	font-family: "century gothic";
	margin-left: 100px;
	margin-right: 100px;
	width: 940px;
}

p{
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

h2, h3 {
	font-size: large;
}

.header{
	text-align: center;
}

table{
	margin-left: auto;
    margin-right: auto;
	border: 0;
	width: 795px;
 }
 
 img {
    display: block;
 	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
 }
 
hr {
	color: black;
	border-color: inherit;
}
 
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}


