body {
	background-image: url(background.jpg);
	background-position: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #7D5558;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #937446;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #590A05;
}
a:visited {
	color: #590A05;
}
a:hover {
	color: #A47444;
}
a:active {
	color: #A47444;
}
