body {	
	background-color: CAC0A0;
	font-family: veranda, ariel, sans-serif;
	font-size: 100%;
	text-align: center;
}

p {
	margin: 20px;
}

h1 {
	color: black;
	text-align: center;
}

h2 {
	color: EAE0C0;
	background-color: 006C6D;
	text-align: center;
}

h3 {
	color: EAE0C0;
	background-color: 834800;
	text-align: center;
}

h4 {
	color: black;
	text-align: left;
}

A:link {color: blue}
A:visited {color: purple}
A:active {color: blue}
A:hover {color: red}

hr {
	height: 6px;
	background-color: 7338A8;
	margin: 20px;
}

table {
	margin: center;
}

#banner {
	background-color: CAC0A0;
	margin: 50px auto;
	width: 800px;
}

#box {
	background-color: EAE0C0;
	text-align: left;
	width: 800px;
}