Text {
	font-family: "Adobe Caslon Pro";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #36280C;
}
h1 {
	font-family: "Script MT Bold";
	font-size: 40px;
	font-style: oblique;
	font-weight: bold;
	color: #543F12;
}
h2 {
	font-family: "Adobe Caslon Pro";
	font-size: 36px;
	color: #634A16;
	font-style: italic;
   }
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: oblique;
	color: #85611F;
   }   
h4 {
	font-family: "Adobe Caslon Pro";
	font-size: 16px;
	font-weight: bold;
	color: #AB7D27;
   }
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #AB7D27;
   }
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
   }
Text {
	color: #694D18;
	font-size: 28px;
	font-style: oblique;
	font-family: "Adobe Caslon Pro";
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#D29D3C;
	font-family: "Adobe Caslon Pro";
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#634A16;
}
a:hover { text-decoration:none; font-weight:bold; color:#FF0000; }
a:active { text-decoration:none; font-weight:bold; }
a:focus { text-decoration:none; font-weight:bold; }

body {
	background-attachment:fixed;
	background-color: #E7CD94;
}
