* {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	margin:0;
	padding:0;
	background-color:#e0dbbb;
}
p {
	margin:10px 20px;
	padding:0;
	font-size:14px;
}
h1 {
	margin:10px 20px;
	font-size:22px;
	color:#652412;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
}

h1 strong{
	font-size:32px;
	color:#652412;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
}

h2 {
	margin:10px 20px;
	font-size:18px;
}
a {
	color:#435873;
}
a:hover {
	color:#728F50;
}
#footer {
	font-size:11px;
	color: #435873;
}
#footer a {
	font-size:11px;
}
#footer2 {
	font-size:10px;
	color: #435873;
}
#footer2 a {
	font-size:10px;
}

