body {
	background-attachment: fixed;
	background-color: #003300;
	background-image: url(../images/backgroundparchment.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}
.content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

