@font-face {
  font-family: Jenson;
  src: url(fonts/adobe_jenson_pro/adobe_jenson_pro_regular.otf);
}

@font-face {
  font-family: Jenson;
  src: url(fonts/adobe_jenson_pro/adobe_jenson_pro_bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Jenson;
  src: url(fonts/adobe_jenson_pro/adobe_jenson_pro_italic.otf);
  font-style: italic;
}

@font-face {
  font-family: Jenson;
  src: url(fonts/adobe_jenson_pro/adobe_jenson_pro_bold_italic.otf);
  font-weight: bold;
  font-style: italic;
}

body {
	font-family: roman, 'Jenson', serif;
/*	background-color: #e4d5a0; */
	background-color: #fff6c4;
	background-size: contain;
	background-origin: border-box;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	font-size: 48pt;
}

h2 {
	font-size: 36pt;
}

h3 {
	font-size: 24pt;
}

h4 {
	font-size: 18pt;
}

p {
	font-size: 16pt;
}

a {
	color: #213f0b;
	text-decoration: none;
}

a:hover {
	color: #527327;
}

.inline {
	display: inline;
}