body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #582F3D;
	background-color: white;
	margin-left: auto; 
	margin-right: auto;
}
h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
ul {
	text-align: left;
}
form {
	margin: 0; padding: 0; 
}
.header {
	text-align: left;
	width: 100%;
	height: 91px;
	background-image: url('images/topbackground.jpg');
}
.page {
	text-align: center;
	width: 100%;
	background-color: #FDE9EB;
}
.footer	{
	width: 100%;
	height: 47px;
	font-size: smaller;
	color: #AF7F95;
	background-color: #FBCED5;
}
.money {
	font-style: italic;
	font-weight: bold;
}