body {
background-image: url(background.jpg);
background-size: cover;
}

body, p, li, div, td {
font-size: 18px;
line-height: 22px;
}

h1 {

	font-size: 42px;
	line-height: 44px;
	text-shadow: 2px 2px 2px #504c2e;

	font-variant: small-caps;

	font-family: Georgia, "Times New Roman", Times, serif;

}
.content {
	width:80%;
	margin: 0 auto;
}